Skip to content

Commit

Permalink
bump version number
Browse files Browse the repository at this point in the history
  • Loading branch information
jarlehansen committed Jan 15, 2018
1 parent fffd587 commit 611343e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -35,7 +35,7 @@ The jar-file available in [JCenter](https://bintray.com/jarlehansen/maven/spring

_build.gradle_
```groovy
compile('com.github.springfox.loader:springfox-loader:1.2.0')
compile('com.github.springfox.loader:springfox-loader:1.3.0')
```

### Maven
Expand All @@ -45,7 +45,7 @@ _pom.xml_
<dependency>
<groupId>com.github.springfox.loader</groupId>
<artifactId>springfox-loader</artifactId>
<version>1.2.0</version>
<version>1.3.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Expand Up @@ -5,7 +5,7 @@

<groupId>com.github.springfox.loader</groupId>
<artifactId>springfox-loader</artifactId>
<version>1.3.0</version>
<version>1.4.0-SNAPSHOT</version>
<packaging>jar</packaging>

<properties>
Expand Down

0 comments on commit 611343e

Please sign in to comment.