Skip to content

Commit

Permalink
Bump plugin version to 1.3.0 for upcoming Ghidra 11.3 release
Browse files Browse the repository at this point in the history
Also, make it possible to run the building workflow manually.
  • Loading branch information
DimitriPilot3 committed Nov 23, 2024
1 parent 4901fa5 commit 4687c5a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@ name: Run Gradle on PRs
on:
pull_request:
push:
workflow_dispatch:
jobs:
gradle:
runs-on: ubuntu-latest
Expand All @@ -14,7 +15,7 @@ jobs:
- uses: antoniovazquezblanco/[email protected]
with:
auth_token: ${{ secrets.GITHUB_TOKEN }}
version: 11.2.1
version: 11.3
- name: Execute Gradle build
run: ./gradlew -PGHIDRA_INSTALL_DIR=${{ env.GHIDRA_INSTALL_DIR }}
- name: Release
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.2.5
version=1.3.0

0 comments on commit 4687c5a

Please sign in to comment.