Skip to content

Commit

Permalink
Updated version, readme
Browse files Browse the repository at this point in the history
  • Loading branch information
minusfive committed Sep 24, 2014
1 parent 59f2f6a commit da92d89
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Emberman Changelog

### 0.0.2 (2014/09/24)
Minor cleanup

### 0.0.1 (2014/09/23)

Initial gem release, with:
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Emberman [v0.0.1](CHANGELOG.md)
# Emberman [v0.0.2](CHANGELOG.md)

[Middleman](http://middlemanapp.com/) + [Ember](http://emberjs.com/), sitting in a tree...

Expand All @@ -23,7 +23,7 @@ Add this line to your Middleman application's `Gemfile`:
```ruby
# Gemfile

gem 'emberman', '~> 0.0.1'
gem 'emberman', '~> 0.0.2'
```

Then run:
Expand Down Expand Up @@ -165,7 +165,7 @@ If you'd prefer to use different versions of Ember, Ember Data or Handlebars, ad
gem 'ember-source', '1.7.0'
gem 'ember-data-source', '0.14'
gem 'handlebars-source', '1.2.1'
gem 'emberman'
gem 'emberman', '~> 0.0.2'
```

## Contributing
Expand Down
2 changes: 1 addition & 1 deletion lib/emberman/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Middleman
class Emberman
VERSION = "0.0.1"
VERSION = "0.0.2"
end
end

0 comments on commit da92d89

Please sign in to comment.