We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9e73679 commit ab5d006Copy full SHA for ab5d006
build.gradle
@@ -8,7 +8,7 @@ plugins {
8
}
9
10
group = 'io.github.waileong'
11
-version = '1.0.1-SNAPSHOT'
+version = '1.0.2-SNAPSHOT'
12
13
java {
14
toolchain {
readme.adoc
@@ -57,7 +57,7 @@ Add the following to your `build.gradle`:
57
58
----
59
dependencies {
60
- implementation 'io.github.waileong:spring-boot-fcm:1.0.1-SNAPSHOT
+ implementation 'io.github.waileong:spring-boot-fcm:1.0.2-SNAPSHOT
61
62
63
@@ -70,7 +70,7 @@ Insert this dependency in your `pom.xml`:
70
<dependency>
71
<groupId>io.github.waileong</groupId>
72
<artifactId>spring-boot-fcm</artifactId>
73
- <version>1.0.1-SNAPSHOT</version>
+ <version>1.0.2-SNAPSHOT</version>
74
</dependency>
75
</dependencies>
76
0 commit comments