Skip to content

Commit

Permalink
Bump version number in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
tommysitu committed Apr 1, 2019
1 parent 63642da commit fc531a4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ Full documentation is available http://hoverfly-java.readthedocs.io/[here^]
<dependency>
<groupId>io.specto</groupId>
<artifactId>hoverfly-java</artifactId>
<version>0.11.3</version>
<version>0.11.5</version>
<scope>test</scope>
</dependency>
```
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
author = u'SpectoLabs'


version = '0.11.3'
version = '0.11.5'
# The full version, including alpha/beta/rc tags.
release = version

Expand Down
2 changes: 1 addition & 1 deletion junit5/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Full documentation is available http://hoverfly-java.readthedocs.io/en/latest/pa
<dependency>
<groupId>io.specto</groupId>
<artifactId>hoverfly-java-junit5</artifactId>
<version>0.11.3</version>
<version>0.11.5</version>
<scope>test</scope>
</dependency>
```
Expand Down

0 comments on commit fc531a4

Please sign in to comment.