Skip to content

Commit 22034d2

Browse files
committed
Release 0.6.0-alpha
1 parent 430746a commit 22034d2

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

.versions

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@ [email protected]
99
1010
1111
12-
local-test:urigo:angular@0.5.11
12+
local-test:urigo:angular@0.6.0-alpha
1313
1414
1515
16-
16+
1717
1818
1919
2020
2121
2222
2323
24-
urigo:angular@0.5.11
24+
urigo:angular@0.6.0-alpha

README.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,14 @@
33
> The power of Meteor and the simplicity and eco-system of AngularJS
44
55
# New 0.6 version - biggest change we had so far!
6-
We just released angular-meteor version 0.6-alpha with a lot of many exciting features.
6+
We just released angular-meteor version 0.6-alpha with a lot of exciting new features.
77

8-
It has a completly new API for collections, templates and routing.
8+
It has a completely new API for collections, templates and routing.
99

1010
It also has breaking changes.
1111
Please read more and get ready here:
1212

13+
We will support the old API only until the end of the beta version so please update your applications.
1314

1415
# Please support our ng-conf 2015 talk proposal by commenting on it here:
1516
[https://github.com/ng-conf/submissions-2015/pull/172](https://github.com/ng-conf/submissions-2015/pull/172)

package.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Package.describe({
22
summary: "The simplest no-conflict way to use AngularJS with Meteor, Meteorite and Atmosphere Smart Packages.",
3-
version: "0.6.0",
3+
version: "0.6.0-alpha",
44
git: "https://github.com/Urigo/angular-meteor.git"
55
});
66

0 commit comments

Comments
 (0)