diff options
| author | mo khan <mo@mokhan.ca> | 2021-02-27 17:02:40 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2021-02-27 17:02:40 -0700 |
| commit | 3613ad4918c56bf63ed30072a867ad1266e7f9c8 (patch) | |
| tree | 7436b6c61f3c893be50d2d1ff8dc191a1f4f1b27 | |
| parent | b5a0a3910506b07f382fee2e59674f828281db9f (diff) | |
bump versionv0.4.0
| -rw-r--r-- | Gemfile.lock | 2 | ||||
| -rw-r--r-- | README.md | 2 | ||||
| -rw-r--r-- | lib/jive/version.rb | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/Gemfile.lock b/Gemfile.lock index fd215b8..bfd44c0 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - jive (0.3.3) + jive (0.4.0) thor (~> 1.1) GEM @@ -2,7 +2,7 @@ [](https://github.com/xlgmokha/jive/actions) -Hi! +🐕 Woof! ## Installation diff --git a/lib/jive/version.rb b/lib/jive/version.rb index 6768693..89d69f7 100644 --- a/lib/jive/version.rb +++ b/lib/jive/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Jive - VERSION = "0.3.3" + VERSION = "0.4.0" end |
