Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
dgilling committed Jun 30, 2019
1 parent 6ac8452 commit 800c635
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ Add the Moesif dependency to your project's pom.xml file:
<dependency>
<groupId>com.moesif.servlet</groupId>
<artifactId>moesif-servlet</artifactId>
<version>1.5.7</version>
<version>1.5.8</version>
</dependency>
```

Expand All @@ -56,7 +56,7 @@ repositories {
}
dependencies {
compile 'com.moesif.servlet:moesif-servlet:1.5.7'
compile 'com.moesif.servlet:moesif-servlet:1.5.8'
}
```

Expand Down
2 changes: 1 addition & 1 deletion moesif-servlet/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.moesif.servlet</groupId>
<artifactId>moesif-servlet</artifactId>
<version>1.5.7</version>
<version>1.5.8</version>
<packaging>jar</packaging>
<name>moesif-servlet</name>
<description>Moesif SDK for Java Servlet to log and analyze API calls</description>
Expand Down

0 comments on commit 800c635

Please sign in to comment.