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 d3feea9 commit c6feb15Copy full SHA for c6feb15
.github/workflows/gradle.yml
@@ -22,4 +22,4 @@ jobs:
22
run: ./gradlew build
23
- uses: actions/upload-artifact@master
24
with:
25
- path: build/libs/skript-reflect-2.2.2-dev.jar
+ path: build/libs/skript-reflect-2.2.2.jar
build.gradle
@@ -1,7 +1,7 @@
1
import org.apache.tools.ant.filters.ReplaceTokens
2
3
group 'com.btk5h.skript-mirror'
4
-version '2.2.2-dev'
+version '2.2.2'
5
6
apply plugin: 'java'
7
0 commit comments