Skip to content

Commit

Permalink
version 0.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel DeGroff committed May 25, 2018
1 parent 92b07f9 commit 7d723d3
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ if (response.wasSuccessful()) {
<dependency>
<groupId>com.inversoft</groupId>
<artifactId>barista</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion build.savant
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ savantVersion = "1.0.0"

restifyVersion = "3.2.0"

project(group: "com.inversoft", name: "barista", version: "0.4.0", licenses: ["ApacheV2_0"]) {
project(group: "com.inversoft", name: "barista", version: "0.5.0", licenses: ["ApacheV2_0"]) {
workflow {
standard()
}
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

<groupId>com.inversoft</groupId>
<artifactId>barista</artifactId>
<version>0.4.0</version>
<version>0.5.0</version>
<packaging>jar</packaging>

<name>Barista</name>
Expand Down

0 comments on commit 7d723d3

Please sign in to comment.