summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2021-02-27 17:02:40 -0700
committermo khan <mo@mokhan.ca>2021-02-27 17:02:40 -0700
commit3613ad4918c56bf63ed30072a867ad1266e7f9c8 (patch)
tree7436b6c61f3c893be50d2d1ff8dc191a1f4f1b27
parentb5a0a3910506b07f382fee2e59674f828281db9f (diff)
bump versionv0.4.0
-rw-r--r--Gemfile.lock2
-rw-r--r--README.md2
-rw-r--r--lib/jive/version.rb2
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
diff --git a/README.md b/README.md
index 0e5360a..4071e71 100644
--- a/README.md
+++ b/README.md
@@ -2,7 +2,7 @@
[![Build Status](https://github.com/xlgmokha/jive/workflows/ci/badge.svg)](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