We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3422e19 commit e2c209fCopy full SHA for e2c209f
2 files changed
Gemfile.lock
@@ -1,7 +1,7 @@
1
PATH
2
remote: .
3
specs:
4
- arkana (1.2.0)
+ arkana (1.3.0)
5
colorize (~> 0.8)
6
dotenv (~> 2.7)
7
yaml (~> 0.2)
@@ -13,7 +13,7 @@ GEM
13
colorize (0.8.1)
14
diff-lcs (1.5.0)
15
docile (1.4.0)
16
- dotenv (2.7.6)
+ dotenv (2.8.1)
17
json (2.6.2)
18
parallel (1.22.1)
19
parser (3.1.2.0)
lib/arkana/version.rb
@@ -1,5 +1,5 @@
# frozen_string_literal: true
module Arkana
- VERSION = "1.2.0"
+ VERSION = "1.3.0"
end
0 commit comments