Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed Jan 21, 2015
1 parent 24e69b7 commit f08179f
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions package.js
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
Package.describe({
summary: "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.",
version: "0.6.0",
version: "0.6.1",
git: "https://github.com/Urigo/angular-meteor.git"
});

Package.registerBuildPlugin({
name: "compileAngularTemplates",
sources: [
"plugin/handler.js",
"plugin/handler.js"
],
npmDependencies : {
'html-minifier' : '0.6.9'
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "angular-meteor",
"version": "0.6.0-alpha",
"version": "0.6.1",
"description": "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.",
"main": "package.js",
"directories": {
Expand Down
2 changes: 1 addition & 1 deletion smart.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"homepage": "https://github.com/Urigo/angular-meteor.git",
"author": "Androo Lee & Uri Goldshtein",
"git": "https://github.com/Urigo/angular-meteor.git",
"version": "0.6.0",
"version": "0.6.1",
"packages": {
"bower": {}
},
Expand Down

0 comments on commit f08179f

Please sign in to comment.