We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0bb2ec5 commit 99b55b9Copy full SHA for 99b55b9
README.md
@@ -32,7 +32,7 @@ maven {
32
}
33
34
//Dependency
35
-implementation 'dev.dotspace:common:dev_1.0.7_3'
+implementation 'dev.dotspace:common:1.0.7'
36
```
37
### Maven:
38
@@ -47,7 +47,7 @@ implementation 'dev.dotspace:common:dev_1.0.7_3'
47
<dependency>
48
<groupId>dev.dotspace</groupId>
49
<artifactId>common</artifactId>
50
- <version>dev_1.0.7_3</version>
+ <version>1.0.7</version>
51
</dependency>
52
53
---
build.gradle
@@ -4,7 +4,7 @@ plugins {
4
5
6
group 'dev.dotspace'
7
-version 'dev_1.0.7_3'
+version '1.0.7'
8
9
allprojects {
10
ext {
0 commit comments