Skip to content

Commit

Permalink
Release 0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
seanpdoyle committed Dec 13, 2015
1 parent 7b22227 commit cf1baed
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
master
------

0.0.2
-----

* Prefix key to fetch html with namespace. [#3]

[#3]: https://github.com/seanpdoyle/ember-cli-rails-deploy-redis/pull/3
2 changes: 1 addition & 1 deletion ember-cli-rails-deploy-redis.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ require "ember-cli/deploy/version"

Gem::Specification.new do |spec|
spec.name = "ember-cli-rails-deploy-redis"
spec.version = EmberCLI::Rails::Deploy::VERSION
spec.version = EmberCLI::Deploy::VERSION
spec.authors = ["Sean Doyle"]
spec.email = ["sean.p.doyle24@gmail.com"]

Expand Down
6 changes: 2 additions & 4 deletions lib/ember-cli/deploy/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
module EmberCLI
module Rails
module Deploy
VERSION = "0.0.1"
end
module Deploy
VERSION = "0.0.2"
end
end

0 comments on commit cf1baed

Please sign in to comment.