Skip to content

Commit 611343e

Browse files
committed
bump version number
1 parent fffd587 commit 611343e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The jar-file available in [JCenter](https://bintray.com/jarlehansen/maven/spring
3535

3636
_build.gradle_
3737
```groovy
38-
compile('com.github.springfox.loader:springfox-loader:1.2.0')
38+
compile('com.github.springfox.loader:springfox-loader:1.3.0')
3939
```
4040

4141
### Maven
@@ -45,7 +45,7 @@ _pom.xml_
4545
<dependency>
4646
<groupId>com.github.springfox.loader</groupId>
4747
<artifactId>springfox-loader</artifactId>
48-
<version>1.2.0</version>
48+
<version>1.3.0</version>
4949
</dependency>
5050
```
5151

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
<groupId>com.github.springfox.loader</groupId>
77
<artifactId>springfox-loader</artifactId>
8-
<version>1.3.0</version>
8+
<version>1.4.0-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<properties>

0 commit comments

Comments
 (0)