Skip to content

Commit

Permalink
1.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Yako authored and Yako committed Mar 5, 2015
1 parent 5dfdb16 commit bbe3b68
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 @@ -12,7 +12,7 @@

<groupId>com.alibaba</groupId>
<artifactId>fastjson</artifactId>
<version>1.2.4</version>
<version>1.2.5</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 @@ -737,5 +737,5 @@ private static void setFilter(JSONSerializer serializer, SerializeFilter filter)
}
}

public final static String VERSION = "1.2.4";
public final static String VERSION = "1.2.5";
}

0 comments on commit bbe3b68

Please sign in to comment.