Skip to content

Commit 8ba5b2b

Browse files
committed
version bumped: 1.2.0
1 parent 4efd447 commit 8ba5b2b

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ var path = Npm.require('path');
44
Package.describe({
55
name: 'meteorhacks:zones',
66
summary: 'Zone.Js integration for meteor',
7-
version: "1.1.1",
7+
version: "1.2.0",
88
git: "https://github.com/meteorhacks/zones.git"
99
});
1010

smart.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Zone.Js integration for meteor",
44
"homepage": "https://github.com/meteorhacks/zones",
55
"author": "MeteorHacks",
6-
"version": "1.1.1",
6+
"version": "1.2.0",
77
"git": "https://github.com/meteorhacks/zones.git",
88
"packages": {
99
"inject-initial": {}

versions.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -154,6 +154,6 @@
154154
]
155155
],
156156
"pluginDependencies": [],
157-
"toolVersion": "[email protected].27",
157+
"toolVersion": "[email protected].28",
158158
"format": "1.0"
159159
}

0 commit comments

Comments
 (0)