Skip to content

Commit

Permalink
[U] Release v1.2.2.113
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Sep 7, 2019
1 parent bc049da commit b43be02
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Then you can add this library as dependency:
<dependency>
<groupId>com.github.hydevelop</groupId>
<artifactId>VeracrossAnalyzer.SDK</artifactId>
<version>1.2.1.106</version>
<version>1.2.2.113</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>org.hydev.veracross-analyzer</groupId>
<artifactId>VeracrossAnalyzer.SDK</artifactId>
<version>1.2.1.106</version>
<version>1.2.2.113</version>

<properties>
<maven.compiler.target>1.8</maven.compiler.target>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@ public class VeracrossConstants
* The version of THIS MODULE. Other modules of the Veracross
* analyzer project have different versions.
*/
public static String VERSION = "1.2.1.106";
public static String VERSION = "1.2.2.113";
}

0 comments on commit b43be02

Please sign in to comment.