Skip to content

Commit

Permalink
Bump app version to v1.3.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
rogerluan committed Nov 8, 2022
1 parent 3422e19 commit e2c209f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
arkana (1.2.0)
arkana (1.3.0)
colorize (~> 0.8)
dotenv (~> 2.7)
yaml (~> 0.2)
Expand All @@ -13,7 +13,7 @@ GEM
colorize (0.8.1)
diff-lcs (1.5.0)
docile (1.4.0)
dotenv (2.7.6)
dotenv (2.8.1)
json (2.6.2)
parallel (1.22.1)
parser (3.1.2.0)
Expand Down
2 changes: 1 addition & 1 deletion lib/arkana/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true

module Arkana
VERSION = "1.2.0"
VERSION = "1.3.0"
end

0 comments on commit e2c209f

Please sign in to comment.