Skip to content

Commit 7f3b1e2

Browse files
committed
Release v1.8.0
Change-Id: I6e2be5d6a1dc06e7bae4e163d3015e4066f1d13e
1 parent 88dca15 commit 7f3b1e2

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repositories {
2929
}
3030
3131
dependencies {
32-
compile group: 'com.google.actions', name: 'actions-on-google', version: '1.7.0'
32+
compile group: 'com.google.actions', name: 'actions-on-google', version: '1.8.0'
3333
}
3434
```
3535

@@ -40,7 +40,7 @@ If using maven, add the following to your pom.xml file.
4040
<dependency>
4141
<groupId>com.google.actions</groupId>
4242
<artifactId>actions-on-google</artifactId>
43-
<version>1.7.0</version>
43+
<version>1.8.0</version>
4444
</dependency>
4545
```
4646

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<modelVersion>4.0.0</modelVersion>
66
<groupId>com.google.actions</groupId>
77
<artifactId>actions-on-google</artifactId>
8-
<version>1.7.0</version>
8+
<version>1.8.0</version>
99
<packaging>jar</packaging>
1010
<name>actions-on-google-java</name>
1111
<url>http://actions.google.com</url>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
version=v1.7.0
1+
version=v1.8.0

0 commit comments

Comments
 (0)