Skip to content

Commit

Permalink
Prep for v1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
apainintheneck committed May 19, 2024
1 parent 7d9e64b commit 4ad0364
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## [1.0.2] 2024-05-19

- Update `countries` gem

## [1.0.1] 2024-04-25

- Fix `unaccent` gem missing when installing the gem
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:
atlasq (1.0.1)
atlasq (1.0.2)
tty-pager (~> 0.14.0)
unaccent (~> 0.4.0)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ OPTIONS
: Display this page

-v/--version
: Display the version (1.0.1)
: Display the version (1.0.2)

-d/--debug
: Display debug output
Expand Down
2 changes: 1 addition & 1 deletion lib/atlasq/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Atlasq
VERSION = "1.0.1"
VERSION = "1.0.2"
end

0 comments on commit 4ad0364

Please sign in to comment.