Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
TPGamesNL committed Dec 24, 2020
1 parent d8c4780 commit e7ca869
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-alpha1.jar
path: build/libs/skript-reflect-2.2-alpha2.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-alpha1'
version '2.2-alpha2'

apply plugin: 'java'

Expand Down

0 comments on commit e7ca869

Please sign in to comment.