We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b05979c commit e1eeadcCopy full SHA for e1eeadc
History.txt
@@ -1,3 +1,7 @@
1
+=== 1.2.0 / 2021-12-30
2
+
3
+* New version to correspond with go port
4
5
=== 1.1.2 / 2021-12-27
6
7
* Fix regex typo, thanks Sami Samhuri
README.md
@@ -42,4 +42,4 @@ brew gem install jsonpretty
42
43
## LICENSE
44
45
-See [LICENSE](LICENSE).
+See [LICENSE](LICENSE.txt).
lib/jsonpretty/version.rb
@@ -1,3 +1,3 @@
class Jsonpretty
- VERSION = "1.1.2"
+ VERSION = "1.2.0"
end
0 commit comments