Skip to content

Commit 2a918ae

Browse files
committed
version bumped: 1.2.1
1 parent 10c9150 commit 2a918ae

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

0 commit comments

Comments
 (0)