Skip to content

Commit 963e22d

Browse files
committed
go: v0.1.12
1 parent f96a7a8 commit 963e22d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

go/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# jsonic (Go)
22

3-
Version: 0.1.11
3+
Version: 0.1.12
44

55
A Go port of [jsonic](https://github.com/jsonicjs/jsonic), the lenient
66
JSON parser. Same architecture, same syntax, same results. If you

go/jsonic.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ import (
1212
)
1313

1414
// Version is the current version of the jsonic Go module.
15-
const Version = "0.1.11"
15+
const Version = "0.1.12"
1616

1717
// Error message templates matching TypeScript defaults.
1818
var errorMessages = map[string]string{

0 commit comments

Comments
 (0)