Skip to content

Commit 58c2658

Browse files
author
Moeki Kawakami
committed
Bump up version to v0.1.5
1 parent 2b84cd9 commit 58c2658

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,4 +20,8 @@
2020
## [0.1.4] - 2023-05-28
2121

2222
- Fix test
23-
- Fix README
23+
- Fix README
24+
25+
## [0.1.5] - 2023-06-02
26+
27+
- Refactor

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-
baran (0.1.4)
4+
baran (0.1.5)
55

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

lib/baran/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# frozen_string_literal: true
22

33
module Baran
4-
VERSION = "0.1.4"
4+
VERSION = "0.1.5"
55
end

0 commit comments

Comments
 (0)