Skip to content

Commit

Permalink
Bump v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
nepalez committed Aug 10, 2017
1 parent b3d619a commit 5acfbd9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog], and this project adheres
to [Semantic Versioning].

## [1.1.0] To be released ASAP
## [1.1.0] [2017-08-10]

Some syntax sugar has been added to both the client and its RSpec helpers.

Expand Down
4 changes: 2 additions & 2 deletions evil-client.gemspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Gem::Specification.new do |gem|
gem.name = "evil-client"
gem.version = "1.0.0"
gem.version = "1.1.0"
gem.author = ["Andrew Kozin (nepalez)", "Ravil Bairamgalin (brainopia)"]
gem.email = ["[email protected]", "[email protected]"]
gem.homepage = "https://github.com/evilmartians/evil-client"
Expand All @@ -16,7 +16,7 @@ Gem::Specification.new do |gem|
gem.add_runtime_dependency "dry-initializer", "~> 1.4"
gem.add_runtime_dependency "i18n", "~> 0.8.6"
gem.add_runtime_dependency "mime-types", "~> 3.1"
gem.add_runtime_dependency "rack", "~> 1"
gem.add_runtime_dependency "rack", "~> 2"

gem.add_development_dependency "rake", ">= 10"
gem.add_development_dependency "rspec", "~> 3.0"
Expand Down

0 comments on commit 5acfbd9

Please sign in to comment.