Skip to content

Commit

Permalink
Release version 2.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
NovaFox161 committed Aug 20, 2022
1 parent fc39b28 commit a010f3c
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 @@ -41,7 +41,7 @@ jobs:
- name: Build with Gradle
run: ./gradlew build
publish-artifacts:
name: Publish artifacts on develop
name: Publish Artifacts
runs-on: ubuntu-latest
if: ${{ github.event_name != 'pull_request' && (github.ref_name == 'develop' || github.ref_name == 'master') }}
needs: build
Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ dependencies {
}

group = "org.dreamexposure"
version = "2.0.0-SNAPSHOT"
version = "2.0.0"
description = "TicketBird"
java.sourceCompatibility = JavaVersion.VERSION_17

Expand Down

0 comments on commit a010f3c

Please sign in to comment.