We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d1205a3 + aec93b6 commit 13bbd6fCopy full SHA for 13bbd6f
CHANGELOG.md
@@ -28,6 +28,8 @@ Nil.
28
29
---
30
31
+[0.1.1] - 2023-10-27
32
+
33
- Fix issue with deploy to rubygems.org failing
34
35
[0.1.0] - 2023-10-27
Gemfile.lock
@@ -13,7 +13,7 @@ GIT
13
PATH
14
remote: .
15
specs:
16
- worldwide (0.1.0)
+ worldwide (0.1.1)
17
activesupport (~> 7.0)
18
i18n (~> 1.12.0)
19
phonelib (~> 0.8)
lib/worldwide/version.rb
@@ -1,5 +1,5 @@
1
# frozen_string_literal: true
2
3
module Worldwide
4
- VERSION = "0.1.0"
+ VERSION = "0.1.1"
5
end
0 commit comments