Skip to content

Commit 35a30bc

Browse files
committed
Bump version to 0.1.2
1 parent a9ca1c8 commit 35a30bc

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,16 @@
11
## Changelog
22

3-
### [0.1.1] - 2023-02-07
3+
### [0.1.2] - 2023-02-07
44

55
* Features:
66
* Add `raise_ratio` to config.
77

88
* Deprecations:
99
* Remove `logger` from config.
1010

11+
### [0.1.1] - 2023-02-07
12+
yanked
13+
1114
### [0.1.0] - 2023-02-06
1215

1316
- Initial release

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-
json_statham (0.1.1)
4+
json_statham (0.1.2)
55

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

lib/json_statham/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 JsonStatham
4-
VERSION = "0.1.1"
4+
VERSION = "0.1.2"
55
end

0 commit comments

Comments
 (0)