Skip to content

Commit a40ee5c

Browse files
committed
Release v1.0.1
1 parent 917803a commit a40ee5c

File tree

3 files changed

+7
-7
lines changed

3 files changed

+7
-7
lines changed

Diff for: README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Add the following to your build configuration:
2525
<dependency>
2626
<groupId>me.sparky983</groupId>
2727
<artifactId>vision-paper</artifactId>
28-
<version>1.0.0</version>
28+
<version>1.0.1</version>
2929
</dependency>
3030
</dependencies>
3131
```
@@ -41,7 +41,7 @@ repositories {
4141
}
4242
4343
dependencies {
44-
implementation 'me.sparky983:vision-paper:1.0.0'
44+
implementation 'me.sparky983:vision-paper:1.0.1'
4545
}
4646
```
4747
</details>
@@ -56,7 +56,7 @@ repositories {
5656
}
5757

5858
dependencies {
59-
implementation("me.sparky983:vision-paper:1.0.0")
59+
implementation("me.sparky983:vision-paper:1.0.1")
6060
}
6161
```
6262
</details>

Diff for: docs/README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Add the following to your build configuration:
4242
<dependency>
4343
<groupId>me.sparky983</groupId>
4444
<artifactId>vision-paper</artifactId>
45-
<version>1.0.0</version>
45+
<version>1.0.1</version>
4646
</dependency>
4747
</dependencies>
4848
```
@@ -55,7 +55,7 @@ repositories {
5555
}
5656
5757
dependencies {
58-
implementation 'me.sparky983:vision-paper:1.0.0'
58+
implementation 'me.sparky983:vision-paper:1.0.1'
5959
}
6060
```
6161
{% endtab %}
@@ -67,7 +67,7 @@ repositories {
6767
}
6868

6969
dependencies {
70-
implementation("me.sparky983:vision-paper:1.0.0")
70+
implementation("me.sparky983:vision-paper:1.0.1")
7171
}
7272
```
7373
{% endtab %}

Diff for: gradle.properties

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
group = me.sparky983
2-
version = 1.0.1-SNAPSHOT
2+
version = 1.0.1

0 commit comments

Comments
 (0)