Skip to content

Commit

Permalink
Cut release 0.1.8.
Browse files Browse the repository at this point in the history
  • Loading branch information
acabezas committed Jul 5, 2019
1 parent 94c07a6 commit 9c9f2a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Make sure you include the Photon dependency below in your code
<dependency>
<groupId>com.homeaway.datatools.photon</groupId>
<artifactId>photon</artifactId>
<version>0.1.1</version>
<version>0.1.8</version>
</dependency>
</dependencies>
```
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

<groupId>com.expediagroup.photon</groupId>
<artifactId>photon</artifactId>
<version>0.1.8-SNAPSHOT</version>
<version>0.1.8</version>
<packaging>jar</packaging>

<name>${project.groupId}:${project.artifactId}</name>
Expand Down

0 comments on commit 9c9f2a9

Please sign in to comment.