From f08179f0f96ee2d42308232695932ba321ff045c Mon Sep 17 00:00:00 2001 From: Uri Goldshtein Date: Tue, 20 Jan 2015 22:54:01 -0800 Subject: [PATCH] Bump version --- .versions | 12 ++++++------ package.js | 4 ++-- package.json | 2 +- smart.json | 2 +- 4 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.versions b/.versions index a0e0906d3..a1640929e 100644 --- a/.versions +++ b/.versions @@ -2,15 +2,15 @@ application-configuration@1.0.4 base64@1.0.2 binary-heap@1.0.2 callback-hook@1.0.2 -check@1.0.3 -ddp@1.0.13 +check@1.0.4 +ddp@1.0.14 ejson@1.0.5 follower-livedata@1.0.3 geojson-utils@1.0.2 id-map@1.0.2 -jquery@1.0.2 +jquery@1.11.3 json@1.0.2 -local-test:urigo:angular@0.6.0 +local-test:urigo:angular@0.6.1 logging@1.0.6 meteor@1.1.4 minimongo@1.0.6 @@ -21,6 +21,6 @@ random@1.0.2 retry@1.0.2 test-helpers@1.0.3 tinytest@1.0.4 -tracker@1.0.4 +tracker@1.0.5 underscore@1.0.2 -urigo:angular@0.6.0 +urigo:angular@0.6.1 diff --git a/package.js b/package.js index 02258fbd7..c51159dad 100644 --- a/package.js +++ b/package.js @@ -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' diff --git a/package.json b/package.json index 42b343f6c..25403ef15 100644 --- a/package.json +++ b/package.json @@ -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": { diff --git a/smart.json b/smart.json index a322a5291..f5bea4137 100644 --- a/smart.json +++ b/smart.json @@ -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": {} },