Skip to content

Commit

Permalink
Update to 1.0.0-beta.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Devin Torres committed Sep 30, 2013
1 parent 3678c38 commit 2ebef08
Show file tree
Hide file tree
Showing 7 changed files with 2,245 additions and 457 deletions.
9 changes: 5 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
VERSION=v1.0.0-beta.3

default: data
@cd $< && git pull && bundle && bundle exec rake dist
@cp -f $</dist/ember* .
@du -bh ember*
@cd $< && git checkout master -f && git pull && git checkout $(VERSION) && bundle install && rake dist
@cp -f $</dist/ember-data.* .

data:
@git clone https://github.com/emberjs/data.git $@

.PHONY: default
.PHONY: default
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ember-data",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"main": "ember-data.js",
"dependencies": {
"ember": "~1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "ember-data",
"repo": "components/ember-data",
"description": "A data persistence library for Ember.js.",
"version": "1.0.0-beta.2",
"version": "1.0.0-beta.3",
"main": "ember-data.js",
"scripts": [
"ember-data.js",
Expand Down
Loading

0 comments on commit 2ebef08

Please sign in to comment.