diff --git a/README.md b/README.md index fe4ad3d..b2cf2cc 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ This plugin has been tested with Craft 2.5 and Craft Commerce 1.0.1187. ## Changelog -0.1.2 +0.1.3 * [Fixed] Update for Commerce 1.1.1207 changes to addToCart 0.1.0 diff --git a/multiadd/MultiAddPlugin.php b/multiadd/MultiAddPlugin.php index 9408f89..85571e5 100644 --- a/multiadd/MultiAddPlugin.php +++ b/multiadd/MultiAddPlugin.php @@ -22,7 +22,7 @@ public function getName() public function getVersion() { - return '0.1.2'; + return '0.1.3'; } public function getSchemaVersion() diff --git a/releases.json b/releases.json index f48805f..5f06f11 100644 --- a/releases.json +++ b/releases.json @@ -1,7 +1,7 @@ [ { - "version": "0.1.2", - "downloadUrl": "https://github.com/engram-design/MultiAdd/archive/0.1.2.zip", + "version": "0.1.3", + "downloadUrl": "https://github.com/engram-design/MultiAdd/archive/0.1.3.zip", "date": "2016-04-27T11:17:28+10:00", "notes": [ "[Fixed] Updates for addToCart changes in Commerce 1.1.1207",