Skip to content

Commit

Permalink
releasing 0.2.1 version
Browse files Browse the repository at this point in the history
  • Loading branch information
vishwakarma committed Aug 5, 2015
1 parent 20d0191 commit 8632b37
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 @@

<groupId>com.flipkart.zjsonpatch</groupId>
<artifactId>zjsonpatch</artifactId>
<version>0.2.1-SNAPSHOT</version>
<version>0.2.1</version>
<packaging>jar</packaging>

<name>zjsonpatch</name>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/flipkart/zjsonpatch/Constants.java
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* Date: 10/07/15
* Time: 10:35 AM
*/
public class Constants {
class Constants {
public static String OP = "op";
public static String VALUE = "value";
public static String PATH = "path";
Expand Down

0 comments on commit 8632b37

Please sign in to comment.