Skip to content

Commit

Permalink
Update version to 2.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
TPGamesNL committed Jul 3, 2021
1 parent d3feea9 commit c6feb15
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,4 +22,4 @@ jobs:
run: ./gradlew build
- uses: actions/upload-artifact@master
with:
path: build/libs/skript-reflect-2.2.2-dev.jar
path: build/libs/skript-reflect-2.2.2.jar
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import org.apache.tools.ant.filters.ReplaceTokens

group 'com.btk5h.skript-mirror'
version '2.2.2-dev'
version '2.2.2'

apply plugin: 'java'

Expand Down

0 comments on commit c6feb15

Please sign in to comment.