Skip to content

Commit

Permalink
[U] Release v2.1.0.181
Browse files Browse the repository at this point in the history
  • Loading branch information
hykilpikonna committed Sep 30, 2019
1 parent 7566846 commit 196b6d6
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 @@ -56,7 +56,7 @@ Then you can add this library as dependency:
<dependency>
<groupId>com.github.hydevelop</groupId>
<artifactId>VeracrossAnalyzer.SDK</artifactId>
<version>2.0.0.169</version>
<version>2.1.0.181</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>2.0.0.169</version>
<version>2.1.0.181</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 = "2.0.0.169";
public static String VERSION = "2.1.0.181";
}

0 comments on commit 196b6d6

Please sign in to comment.