Skip to content

Commit 193ad8b

Browse files
committed
bump to 1.7.0-SNAPSHOT-2
1 parent 41f6101 commit 193ad8b

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ This library can be found in the following places:
9999
- The [Releases][Releases] section of this repository.
100100

101101
When adding the dependency, **make sure to replace `[latest version here]` with the actual version** (you'll find this
102-
in the jitpack.io or Maven Central link up above). **The current latest version is 1.7.0-SNAPSHOT-1**.
102+
in the jitpack.io or Maven Central link up above). **The current latest version is 1.7.0-SNAPSHOT-2**.
103103

104104
A few common dependencies are provided below:
105105

@@ -108,22 +108,22 @@ A few common dependencies are provided below:
108108
```groovy
109109
repositories.mavenCentral()
110110
111-
dependencies.implementation('io.github.lucasstarsz.fastj:fastj-library:1.7.0-SNAPSHOT-1')
111+
dependencies.implementation('io.github.lucasstarsz.fastj:fastj-library:1.7.0-SNAPSHOT-2')
112112
```
113113
- Kotlin:
114114
```kotlin
115115
repositories.maven {
116116
setUrl("https://jitpack.io")
117117
}
118118
119-
dependencies.implementation("io.github.lucasstarsz.fastj:fastj-library:1.7.0-SNAPSHOT-1")
119+
dependencies.implementation("io.github.lucasstarsz.fastj:fastj-library:1.7.0-SNAPSHOT-2")
120120
```
121121
- **Maven POM**
122122
```xml
123123
<dependency>
124124
<groupId>io.github.lucasstarsz.fastj</groupId>
125125
<artifactId>fastj-library</artifactId>
126-
<version>1.7.0-SNAPSHOT-1</version>
126+
<version>1.7.0-SNAPSHOT-2</version>
127127
</dependency>
128128
```
129129

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ plugins {
1515
}
1616

1717
group('io.github.lucasstarsz.fastj')
18-
version('1.7.0-SNAPSHOT-1')
18+
version('1.7.0-SNAPSHOT-2')
1919
description('An open source, Java-based 2D game engine.')
2020

2121
import org.gradle.api.internal.tasks.testing.results.DefaultTestResult

0 commit comments

Comments
 (0)