Skip to content

Commit

Permalink
Publish new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Urigo committed Apr 9, 2015
1 parent 9d794ce commit 578cb9b
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 9 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-meteor",
"main": "angular-meteor.js",
"version": "0.8.2",
"version": "0.8.3",
"homepage": "https://github.com/Urigo/angular-meteor",
"authors": [
"Uri Goldshtein <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion package.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Package.registerBuildPlugin({
sources: [
"plugin/handler.js"
],
use: ['html-tools'],
use: ['html-tools@1.0.4'],
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.8.2",
"version": "0.8.3",
"description": "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.",
"main": "package.js",
"directories": {
Expand Down

0 comments on commit 578cb9b

Please sign in to comment.