Skip to content

Commit bc4fe95

Browse files
committed
v0.0.2
1 parent 6a9102b commit bc4fe95

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
## 0.0.2
2+
- Fix double-escape bug on writing string value
3+
4+
## 0.0.1
5+
- 1st Release :tada:

lib/serverkit/defaults/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Serverkit
22
module Defaults
3-
VERSION = "0.0.1"
3+
VERSION = "0.0.2"
44
end
55
end

0 commit comments

Comments
 (0)