Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
wycats committed Sep 4, 2013
1 parent d1158e2 commit b4259a5
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ GIT
PATH
remote: .
specs:
ember-data-source (1.0.0.beta.1)
ember-data-source (1.0.0.beta.2)
ember-source

GEM
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.0.0-beta.1
1.0.0-beta.2
2 changes: 1 addition & 1 deletion packages/ember-data/lib/core.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

if ('undefined' === typeof DS) {
DS = Ember.Namespace.create({
VERSION: '1.0.0-beta.1'
VERSION: '1.0.0-beta.2'
});

if ('undefined' !== typeof window) {
Expand Down
2 changes: 1 addition & 1 deletion packages/ember-data/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"description": "Ember Data is a library for loading records from a persistence layer (such as a JSON API), updating those records, then saving the changes. It provides many of the facilities you'd find in server-side ORMs like ActiveRecord, but is designed specifically for the unique environment of JavaScript in the browser.",
"homepage": "https://github.com/emberjs/data",
"author": "Tom Dale, Yehuda Katz, and contributors",
"version": "1.0.0-beta.1",
"version": "1.0.0-beta.2",

"directories": {
"lib": "lib"
Expand Down

0 comments on commit b4259a5

Please sign in to comment.