Skip to content

Commit d2ed8b3

Browse files
committed
set version to 1.1.3-SNAPSHOT
1 parent 64be230 commit d2ed8b3

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
@@ -36,7 +36,7 @@ The jar-file available in [JCenter](https://bintray.com/jarlehansen/maven/spring
3636

3737
_build.gradle_
3838
```groovy
39-
compile('com.github.springfox.loader:springfox-loader:1.1.1')
39+
compile('com.github.springfox.loader:springfox-loader:1.1.2')
4040
```
4141

4242
### Maven
@@ -46,7 +46,7 @@ _pom.xml_
4646
<dependency>
4747
<groupId>com.github.springfox.loader</groupId>
4848
<artifactId>springfox-loader</artifactId>
49-
<version>1.1.1</version>
49+
<version>1.1.2</version>
5050
</dependency>
5151
```
5252

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.1.2-SNAPSHOT</version>
8+
<version>1.1.3-SNAPSHOT</version>
99
<packaging>jar</packaging>
1010

1111
<properties>

0 commit comments

Comments
 (0)