Skip to content
This repository has been archived by the owner on Oct 23, 2024. It is now read-only.

Commit

Permalink
1.1.67.android
Browse files Browse the repository at this point in the history
  • Loading branch information
wenshao committed Nov 17, 2017
1 parent 66aecf4 commit 251df81
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.1.66.android_preview_01</version>
<version>1.1.67.android</version>

<packaging>jar</packaging>
<name>fastjson</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/alibaba/fastjson/JSON.java
Original file line number Diff line number Diff line change
Expand Up @@ -700,5 +700,5 @@ public static String toJSONString(Object object, //
}
}

public final static String VERSION = "1.1.66";
public final static String VERSION = "1.1.67";
}

0 comments on commit 251df81

Please sign in to comment.