Skip to content

Commit

Permalink
update version to 1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
chiperific committed Jan 22, 2023
1 parent 22f0cfd commit 4b7c3bf
Show file tree
Hide file tree
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
Expand Up @@ -23,7 +23,7 @@ This gem adds support [__all__ other endpoints](https://github.com/chiperific/bl
Add this line to your application's Gemfile:

```ruby
gem "bloomerang_api", "~> 0.2"
gem "bloomerang_api", "~> 1.0"
```

And then execute:
Expand Down
2 changes: 1 addition & 1 deletion lib/bloomerang/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Bloomerang
VERSION = "0.2.9"
VERSION = "1.0.0"
end

0 comments on commit 4b7c3bf

Please sign in to comment.