Skip to content
This repository has been archived by the owner on Jan 18, 2025. It is now read-only.

Commit

Permalink
Release v1.8.0
Browse files Browse the repository at this point in the history
Change-Id: I6e2be5d6a1dc06e7bae4e163d3015e4066f1d13e
  • Loading branch information
taycaldwell committed Nov 25, 2019
1 parent 88dca15 commit 7f3b1e2
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ repositories {
}
dependencies {
compile group: 'com.google.actions', name: 'actions-on-google', version: '1.7.0'
compile group: 'com.google.actions', name: 'actions-on-google', version: '1.8.0'
}
```

Expand All @@ -40,7 +40,7 @@ If using maven, add the following to your pom.xml file.
<dependency>
<groupId>com.google.actions</groupId>
<artifactId>actions-on-google</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<modelVersion>4.0.0</modelVersion>
<groupId>com.google.actions</groupId>
<artifactId>actions-on-google</artifactId>
<version>1.7.0</version>
<version>1.8.0</version>
<packaging>jar</packaging>
<name>actions-on-google-java</name>
<url>http://actions.google.com</url>
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/metadata.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=v1.7.0
version=v1.8.0

0 comments on commit 7f3b1e2

Please sign in to comment.