Skip to content

Commit b4f9bfe

Browse files
authored
chore: bump version (#29)
1 parent f6c4b12 commit b4f9bfe

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## 0.6.1
4+
5+
* Update dependencies (#25)
6+
37
## 0.6.0
48

59
* Implements `effect` method (#21)

Gemfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
PATH
22
remote: .
33
specs:
4-
exonio (0.6.0)
4+
exonio (0.6.1)
55

66
GEM
77
remote: https://rubygems.org/

lib/exonio/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Exonio
2-
VERSION = "0.6.0"
2+
VERSION = "0.6.1"
33
end

0 commit comments

Comments
 (0)