Skip to content

Commit 39e50cf

Browse files
chore(release): 1.0.0 [skip ci]
# [1.0.0](v0.19.0...v1.0.0) (2021-09-15) * feat!: Support setting experienceIds on a per request basis. (#744) ([325b67e](325b67e)), closes [#744](#744) ### BREAKING CHANGES * Setting an experience ID is now done on a per-request basis vs. setting it on the GeoApiContext object.
1 parent 325b67e commit 39e50cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ apply plugin: 'com.github.sherter.google-java-format'
2828

2929
group = 'com.google.maps'
3030
sourceCompatibility = 1.8
31-
version = '0.19.0'
31+
version = '1.0.0'
3232

3333
repositories {
3434
mavenCentral()

0 commit comments

Comments
 (0)