Skip to content

Commit

Permalink
Bump version to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Roman Dubrovsky committed Sep 11, 2023
1 parent cbc6697 commit 5e3a698
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 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 @@ The format is described in [Contributing notes](CONTRIBUTING.md#changelog-entry-

## master

## 1.5.0
## 1.5.0 (2023-09-11)

### Added

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ Add this line to your application's Gemfile:

```ruby
group :test, :development do
gem 'datarockets-style', '~> 1.4.0'
gem 'datarockets-style', '~> 1.5.0'
end
```

Or, for a Ruby library, add this to your gemspec:

```ruby
spec.add_development_dependency 'datarockets-style', '~> 1.4.0'
spec.add_development_dependency 'datarockets-style', '~> 1.5.0'
```

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

module DatarocketsStyle
VERSION = "1.4.0"
VERSION = "1.5.0"
end

0 comments on commit 5e3a698

Please sign in to comment.