Skip to content

Commit

Permalink
chore(build): release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
beck24 committed Jul 5, 2017
1 parent 9f9b721 commit 641b46e
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
<a name="2.0.1"></a>
## [2.0.1](https://github.com/AU-Landing-Project/au_sets/compare/2.0.0...v2.0.1) (2017-07-05)


### Bug Fixes

* **js:** replace deprecated .live with .on ([9f9b721](https://github.com/AU-Landing-Project/au_sets/commit/9f9b721))



2 changes: 1 addition & 1 deletion manifest.xml
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<?xml version="1.0" encoding="UTF-8"?><plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>AU Sets</name> <id>au_sets</id> <author>Matt Beckett ([email protected])</author> <version type="dist">2.0.0</version> <description>Provides methods for collecting information into sets</description> <website>http://mattbeckett.me</website> <copyright>(C) Athabasca University</copyright> <license>GNU Public License version 2</license> <!-- All plugins must require either elgg_version or elgg_release. --> <requires> <type>elgg_release</type> <version>1.9</version> </requires> <screenshot> <description></description> <path>graphics/screenshot1.png</path> </screenshot> <screenshot> <description></description> <path>graphics/screenshot2.png</path> </screenshot> <screenshot> <description></description> <path>graphics/screenshot3.png</path> </screenshot> <screenshot> <description></description> <path>graphics/screenshot4.png</path> </screenshot> <suggests> <type>plugin</type> <name>xgadget</name> </suggests> <suggests> <type>plugin</type> <name>widget_manager</name> </suggests> <suggests> <type>plugin</type> <name>au_widgets</name> </suggests> <suggests> <type>plugin</type> <name>liked_content</name> </suggests> <requires> <type>priority</type> <priority>after</priority> <plugin>widget_manager</plugin> </requires> <requires> <type>priority</type> <priority>after</priority> <plugin>au_widgets</plugin> </requires> <requires> <type>priority</type> <priority>after</priority> <plugin>liked_content</plugin> </requires></plugin_manifest>
<?xml version="1.0" encoding="UTF-8"?><plugin_manifest xmlns="http://www.elgg.org/plugin_manifest/1.8"> <name>AU Sets</name> <id>au_sets</id> <author>Matt Beckett ([email protected])</author> <version type="dist">2.0.1</version> <description>Provides methods for collecting information into sets</description> <website>http://mattbeckett.me</website> <copyright>(C) Athabasca University</copyright> <license>GNU Public License version 2</license> <!-- All plugins must require either elgg_version or elgg_release. --> <requires> <type>elgg_release</type> <version>1.9</version> </requires> <screenshot> <description></description> <path>graphics/screenshot1.png</path> </screenshot> <screenshot> <description></description> <path>graphics/screenshot2.png</path> </screenshot> <screenshot> <description></description> <path>graphics/screenshot3.png</path> </screenshot> <screenshot> <description></description> <path>graphics/screenshot4.png</path> </screenshot> <suggests> <type>plugin</type> <name>xgadget</name> </suggests> <suggests> <type>plugin</type> <name>widget_manager</name> </suggests> <suggests> <type>plugin</type> <name>au_widgets</name> </suggests> <suggests> <type>plugin</type> <name>liked_content</name> </suggests> <requires> <type>priority</type> <priority>after</priority> <plugin>widget_manager</plugin> </requires> <requires> <type>priority</type> <priority>after</priority> <plugin>au_widgets</plugin> </requires> <requires> <type>priority</type> <priority>after</priority> <plugin>liked_content</plugin> </requires></plugin_manifest>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "au_sets",
"version": "2.0.0",
"version": "2.0.1",
"license": "GPL-2.0",
"repository": {
"type": "git",
Expand Down

0 comments on commit 641b46e

Please sign in to comment.