Skip to content

Commit 085c030

Browse files
committed
Release a fix version - 0.8.1 thanks @smoke
1 parent 908224e commit 085c030

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.versions

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ id-map@1.0.3
1111
jquery@1.11.3_2
1212
json@1.0.3
1313
lai:collection-extensions@0.1.3
14-
local-test:urigo:angular@0.8.0
14+
local-test:urigo:angular@0.8.1
1515
logging@1.0.7
1616
meteor@1.1.5
1717
minimongo@1.0.7
@@ -24,4 +24,4 @@ test-helpers@1.0.4
2424
tinytest@1.0.5
2525
tracker@1.0.6
2626
underscore@1.0.3
27-
urigo:angular@0.8.0
27+
urigo:angular@0.8.1

bower.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "angular-meteor",
33
"main": "angular-meteor.js",
4-
"version": "0.8.0",
4+
"version": "0.8.1",
55
"homepage": "https://github.com/Urigo/angular-meteor",
66
"authors": [
77
"Uri Goldshtein <uri.goldshtein@gmail.com>"

package.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Package.describe({
22
name: "urigo:angular",
33
summary: "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.",
4-
version: "0.8.0",
4+
version: "0.8.1",
55
git: "https://github.com/Urigo/angular-meteor.git"
66
});
77

package.json

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

0 commit comments

Comments
 (0)