Skip to content

Commit 719d712

Browse files
committed
version bumped
1 parent 413f41b commit 719d712

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.3.2",
7+
version: "1.4.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.3.2",
6+
"version": "1.4.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
@@ -166,6 +166,6 @@
166166
]
167167
],
168168
"pluginDependencies": [],
169-
"toolVersion": "[email protected].33",
169+
"toolVersion": "[email protected].35",
170170
"format": "1.0"
171171
}

0 commit comments

Comments
 (0)