Skip to content

Commit de41d84

Browse files
committed
Release new 0.8.4 version
1 parent e8da287 commit de41d84

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.versions

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ [email protected]
1414
1515
1616
17-
local-test:urigo:[email protected].3
17+
local-test:urigo:[email protected].4
1818
1919
2020
@@ -27,4 +27,4 @@ [email protected]
2727
2828
2929
30-
30+

bower.json

+1-1
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.3",
4+
"version": "0.8.4",
55
"homepage": "https://github.com/Urigo/angular-meteor",
66
"authors": [
77
"Uri Goldshtein <[email protected]>"

package.js

+1-1
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.3",
4+
version: "0.8.4",
55
git: "https://github.com/Urigo/angular-meteor.git"
66
});
77

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "angular-meteor",
3-
"version": "0.8.3",
3+
"version": "0.8.4",
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)