Skip to content

Commit

Permalink
Cut 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maxjacobson committed Nov 4, 2016
1 parent bbd9b44 commit 7addc1b
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -18,7 +18,7 @@ so if you don't have one the first step is to signup at:
```ruby
group :test do
gem "simplecov"
gem "codeclimate-test-reporter", "1.0.0.pre.rc2"
gem "codeclimate-test-reporter", "~> 1.0.0"
end
```

2 changes: 1 addition & 1 deletion lib/code_climate/test_reporter/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module CodeClimate
module TestReporter
VERSION = "1.0.0-rc2".freeze
VERSION = "1.0.0".freeze
end
end

0 comments on commit 7addc1b

Please sign in to comment.