Skip to content

Commit 2c737ba

Browse files
committed
v0.3.0
1 parent 86ac022 commit 2c737ba

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Gemfile.lock

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ GIT
99
PATH
1010
remote: .
1111
specs:
12-
homebus-cli (0.2.1)
12+
homebus-cli (0.3.0)
1313

1414
GEM
1515
remote: https://rubygems.org/
1616
specs:
17+
bump (0.10.0)
1718
cgi (0.3.2)
1819
dotenv (2.8.1)
1920
erb (2.2.3)
@@ -25,6 +26,7 @@ PLATFORMS
2526
arm64-darwin-21
2627

2728
DEPENDENCIES
29+
bump
2830
dotenv
2931
erb
3032
homebus!

lib/homebus-cli/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class HomebusCLI
2-
VERSION = '0.2.2'
2+
VERSION = '0.3.0'
33
end

0 commit comments

Comments
 (0)