Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaronixon committed Sep 11, 2023
1 parent 282db09 commit 96a37cc
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
## [Unreleased]

## [0.0.8] - 2023-09-11
## [0.0.9] - 2023-09-11

- Fix retry button in modals (iOS)

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:
turbo-native-initializer (0.0.8)
turbo-native-initializer (0.0.9)
thor

GEM
Expand Down
2 changes: 1 addition & 1 deletion lib/turbo_native_initializer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TurboNativeInitializer
VERSION = "0.0.8"
VERSION = "0.0.9"
end

0 comments on commit 96a37cc

Please sign in to comment.