Skip to content

Commit

Permalink
Release v1.0.2 (#187)
Browse files Browse the repository at this point in the history
  • Loading branch information
ShockwaveNN authored Feb 22, 2022
1 parent a22e4c1 commit 7ac495e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## master (unreleased)

## 1.0.2 (2022-02-22)

### Fixes

* Fix publishing gem on `GitHub Packages`
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
wrata_api (1.0.1)
wrata_api (1.0.2)

GEM
remote: https://rubygems.org/
Expand Down
2 changes: 1 addition & 1 deletion lib/wrata_api/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,6 @@ module WrataApi
# This module holds the WrataApi version information.
module Version
# @return [String] current gem version
STRING = '1.0.1'
STRING = '1.0.2'
end
end

0 comments on commit 7ac495e

Please sign in to comment.