Skip to content

Commit 3ece2fa

Browse files
committed
bump version
1 parent e889d44 commit 3ece2fa

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ repositories {
2929
}
3030
3131
dependencies {
32-
compile 'com.frogermcs.gactions:gactions:0.2.2'
32+
compile 'com.frogermcs.gactions:gactions:0.3.0'
3333
}
3434
```
3535

gactions-sample/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ repositories {
2323
dependencies {
2424
providedCompile 'javax.servlet:servlet-api:2.5'
2525
compile project(':gactions')
26-
// compile 'com.frogermcs.gactions:gactions:0.2.2'
26+
// compile 'com.frogermcs.gactions:gactions:0.3.0'
2727
compile 'com.google.appengine:appengine:+'
2828
testCompile group: 'junit', name: 'junit', version: '4.11'
2929
}

gradle.properties

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
VERSION_NAME=0.2.2
2-
VERSION_TAG=v0.2.2
1+
VERSION_NAME=0.3.0
2+
VERSION_TAG=v0.3.0
33
GROUP=com.frogermcs.gactions
44

55
POM_DESCRIPTION=Unofficial Google Actions Java SDK - for Android engineers and all Java lovers Edit

0 commit comments

Comments
 (0)