Skip to content

Commit 8fca7b6

Browse files
committed
versions bumped to 1.1.0
1 parent 6648219 commit 8fca7b6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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.0.1",
7+
version: "1.1.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.0.0",
6+
"version": "1.1.0",
77
"git": "https://github.com/meteorhacks/zones.git",
88
"packages": {
99
"inject-initial": {}

0 commit comments

Comments
 (0)