Skip to content

Commit

Permalink
Bump version.
Browse files Browse the repository at this point in the history
  • Loading branch information
noboomu committed Dec 26, 2019
1 parent 1a6ae84 commit 734c56a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,21 @@ Proteus Changelog.
## Unreleased
### No issue

**Improve swagger css.**


[1a6ae84e4ac27e7](https://github.com/noboomu/proteus/commit/1a6ae84e4ac27e7) Joshua Bauer *2019-12-26 17:56:27*

**Update README.md**


[9539b97eeeb1188](https://github.com/noboomu/proteus/commit/9539b97eeeb1188) JL Bauer *2019-12-19 23:00:12*

**Restructure modules to support parent artifact.**


[e529d9ef04e7c4a](https://github.com/noboomu/proteus/commit/e529d9ef04e7c4a) joshua bauer *2019-11-21 06:22:24*

**Bumped version in README.md**


Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Getting Started
<dependency>
<groupId>io.sinistral</groupId>
<artifactId>proteus-core</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand All @@ -49,7 +49,7 @@ Swagger v2 Support
<dependency>
<groupId>io.sinistral</groupId>
<artifactId>proteus-swagger</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand All @@ -58,7 +58,7 @@ OpenAPI v3 Support
<dependency>
<groupId>io.sinistral</groupId>
<artifactId>proteus-openapi</artifactId>
<version>0.4.2</version>
<version>0.4.3</version>
</dependency>
```

Expand Down

0 comments on commit 734c56a

Please sign in to comment.