Skip to content

Commit e1eeadc

Browse files
committed
v1.2.0
1 parent b05979c commit e1eeadc

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

History.txt

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
=== 1.2.0 / 2021-12-30
2+
3+
* New version to correspond with go port
4+
15
=== 1.1.2 / 2021-12-27
26

37
* Fix regex typo, thanks Sami Samhuri

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ brew gem install jsonpretty
4242

4343
## LICENSE
4444

45-
See [LICENSE](LICENSE).
45+
See [LICENSE](LICENSE.txt).

lib/jsonpretty/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
class Jsonpretty
2-
VERSION = "1.1.2"
2+
VERSION = "1.2.0"
33
end

0 commit comments

Comments
 (0)