Skip to content

Commit 36a0d1c

Browse files
chore(release): 2.0.0 [skip ci]
# [2.0.0](v1.0.1...v2.0.0) (2022-01-11) * feat!: Create PendingResultBase type requests for Roads API. (#790) ([7c6af3d](7c6af3d)), closes [#790](#790) ### BREAKING CHANGES * methods in the RoadsApi class now return PendingResultBase type classes to allow modification (e.g. adding headers) to the request. * Add NearestRoadsApiRequest. * s/path/points * Add points. * Formatting.:
1 parent 7c6af3d commit 36a0d1c

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 = '1.0.1'
31+
version = '2.0.0'
3232

3333
repositories {
3434
mavenCentral()

0 commit comments

Comments
 (0)