We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61ad5ad commit f39eb4cCopy full SHA for f39eb4c
build.gradle
@@ -8,7 +8,7 @@ tasks.withType(JavaCompile) {
8
}
9
10
group 'fybug.nulll'
11
-version = '0.0.1 expander 1'
+version = '0.0.1 expander 2'
12
sourceCompatibility = '14'
13
targetCompatibility = '14'
14
jar/PDCache.jar
7.22 KB
jar/PDCache_bin.jar
8.23 KB
pom.xml
@@ -6,7 +6,7 @@
6
7
<groupId>fybug.nulll</groupId>
<artifactId>PDCache</artifactId>
- <version>0.0.1 expander 1</version>
+ <version>0.0.1 expander 2</version>
<build>
<plugins>
<plugin>
0 commit comments