Skip to content

Commit f08179f

Browse files
committed
Bump version
1 parent 24e69b7 commit f08179f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

package.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
Package.describe({
22
summary: "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.",
3-
version: "0.6.0",
3+
version: "0.6.1",
44
git: "https://github.com/Urigo/angular-meteor.git"
55
});
66

77
Package.registerBuildPlugin({
88
name: "compileAngularTemplates",
99
sources: [
10-
"plugin/handler.js",
10+
"plugin/handler.js"
1111
],
1212
npmDependencies : {
1313
'html-minifier' : '0.6.9'

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-meteor",
3-
"version": "0.6.0-alpha",
3+
"version": "0.6.1",
44
"description": "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.",
55
"main": "package.js",
66
"directories": {

smart.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"homepage": "https://github.com/Urigo/angular-meteor.git",
55
"author": "Androo Lee & Uri Goldshtein",
66
"git": "https://github.com/Urigo/angular-meteor.git",
7-
"version": "0.6.0",
7+
"version": "0.6.1",
88
"packages": {
99
"bower": {}
1010
},

0 commit comments

Comments
 (0)