Skip to content

Commit 8415f31

Browse files
committed
Increment version
1 parent b726936 commit 8415f31

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Tiny-JSON/Tiny-JSON/Json.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
namespace Tiny {
22
public static class Json {
3-
public const string Version = "1.0.1";
3+
public const string Version = "1.1.1";
44

55
public static T Decode<T>(this string json) {
66
if (string.IsNullOrEmpty(json)) return default(T);

0 commit comments

Comments
 (0)