Skip to content

Commit

Permalink
Version bump as github is stupid about releases
Browse files Browse the repository at this point in the history
  • Loading branch information
bossanova808 committed May 13, 2016
1 parent f9cfa1c commit b137d4d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion multiadd/MultiAddPlugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public function getName()

public function getVersion()
{
return '0.1.2';
return '0.1.3';
}

public function getSchemaVersion()
Expand Down
4 changes: 2 additions & 2 deletions releases.json
Original file line number Diff line number Diff line change
@@ -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",
Expand Down

0 comments on commit b137d4d

Please sign in to comment.