Skip to content

Commit ab5d006

Browse files
committed
Bump version to 1.0.2-SNAPSHOT
1 parent 9e73679 commit ab5d006

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ plugins {
88
}
99

1010
group = 'io.github.waileong'
11-
version = '1.0.1-SNAPSHOT'
11+
version = '1.0.2-SNAPSHOT'
1212

1313
java {
1414
toolchain {

readme.adoc

+2-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ Add the following to your `build.gradle`:
5757

5858
----
5959
dependencies {
60-
implementation 'io.github.waileong:spring-boot-fcm:1.0.1-SNAPSHOT
60+
implementation 'io.github.waileong:spring-boot-fcm:1.0.2-SNAPSHOT
6161
}
6262
----
6363

@@ -70,7 +70,7 @@ Insert this dependency in your `pom.xml`:
7070
<dependency>
7171
<groupId>io.github.waileong</groupId>
7272
<artifactId>spring-boot-fcm</artifactId>
73-
<version>1.0.1-SNAPSHOT</version>
73+
<version>1.0.2-SNAPSHOT</version>
7474
</dependency>
7575
</dependencies>
7676
----

0 commit comments

Comments
 (0)