Skip to content

Commit a1e1289

Browse files
committed
Bump version number in install docs for release 1.3.1
1 parent a1b9c02 commit a1e1289

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

docs/installation.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ The Mapzen Android SDK and Mapzen Places API can be included in any Android app
44

55
## Download
66

7-
- [Mapzen SDK](http://search.maven.org/remotecontent?filepath=com/mapzen/mapzen-android-sdk/1.3.0/mapzen-android-sdk-1.3.0.aar)
8-
- [Mapzen Places SDK](http://search.maven.org/remotecontent?filepath=com/mapzen/mapzen-places-api/1.3.0/mapzen-places-api-1.3.0.aar), more on installing the Places SDK is [here](places.md)
7+
- [Mapzen SDK](http://search.maven.org/remotecontent?filepath=com/mapzen/mapzen-android-sdk/1.3.1/mapzen-android-sdk-1.3.1.aar)
8+
- [Mapzen Places SDK](http://search.maven.org/remotecontent?filepath=com/mapzen/mapzen-places-api/1.3.1/mapzen-places-api-1.3.1.aar), more on installing the Places SDK is [here](places.md)
99

1010
## Maven
1111

@@ -15,7 +15,7 @@ Include dependency using Maven.
1515
<dependency>
1616
<groupId>com.mapzen</groupId>
1717
<artifactId>mapzen-android-sdk</artifactId>
18-
<version>1.3.0</version>
18+
<version>1.3.1</version>
1919
<type>aar</type>
2020
</dependency>
2121
```
@@ -30,7 +30,7 @@ repositories {
3030
}
3131
3232
dependencies {
33-
compile 'com.mapzen:mapzen-android-sdk:1.3.0'
33+
compile 'com.mapzen:mapzen-android-sdk:1.3.1'
3434
...
3535
}
3636
```

docs/places.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Mapzen Places allows users to select a place on a map via [autocomplete](autocom
44

55
## Installation
66

7-
The Mapzen Places API for Android can be included in any Android app via download, Maven, or Gradle. To get started, download the [latest AAR](http://search.maven.org/remotecontent?filepath=com/mapzen/mapzen-places-api/1.3.0/mapzen-places-api-1.3.0.aar).
7+
The Mapzen Places API for Android can be included in any Android app via download, Maven, or Gradle. To get started, download the [latest AAR](http://search.maven.org/remotecontent?filepath=com/mapzen/mapzen-places-api/1.3.1/mapzen-places-api-1.3.1.aar).
88

99
### Maven
1010

@@ -14,7 +14,7 @@ Include dependency using Maven.
1414
<dependency>
1515
<groupId>com.mapzen</groupId>
1616
<artifactId>mapzen-places-api</artifactId>
17-
<version>1.3.0</version>
17+
<version>1.3.1</version>
1818
<type>aar</type>
1919
</dependency>
2020
```
@@ -29,7 +29,7 @@ repositories {
2929
}
3030
3131
dependencies {
32-
compile 'com.mapzen:mapzen-places-api:1.3.0'
32+
compile 'com.mapzen:mapzen-places-api:1.3.1'
3333
...
3434
}
3535
```

0 commit comments

Comments
 (0)