From 3ceff7af3e3f6931c75439086218ecd997d9b4cf Mon Sep 17 00:00:00 2001 From: Lexer747 Date: Sun, 23 Aug 2026 10:52:14 +0100 Subject: [PATCH] bump versions --- .github/workflows/ci.yml | 6 +++--- README.md | 3 ++- runelite-plugin.properties | 2 +- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c88623d..521b881 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,15 +10,15 @@ jobs: contents: read steps: - - uses: actions/checkout@v5 - - uses: actions/setup-java@v4 + - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 + - uses: actions/setup-java@b6effb05e454b25005698d916606bdc6ffcbf961 # v5.7.0 with: # should be kept in sync with [https://github.com/runelite/runelite/blob/master/.github/workflows/CI.yml] java-version: '11' # runelite currently targets JDK v11 distribution: 'temurin' - name: Setup Gradle - uses: gradle/actions/setup-gradle@017a9effdb900e5b5b2fddfb590a105619dca3c3 # v4.4.2 + uses: gradle/actions/setup-gradle@9c971963bec38e04b3d30dcc455b5382be2fdbfb # v6.3.0 - name: Compile run: ./gradlew compileJava diff --git a/README.md b/README.md index 4802c4c..7635302 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,10 @@ Ticks until next attack may be enabled over your player's head. ## Updates -## 1.2.11 +## 1.2.11 - 1.2.12 * Support for Royal Titans attack cooldown speedup when killing elementals +* Support for Amoxliatl Unstable Ice special being 1 tick attacks ## 1.2.8 - 1.2.10 diff --git a/runelite-plugin.properties b/runelite-plugin.properties index dc04804..2ff5541 100644 --- a/runelite-plugin.properties +++ b/runelite-plugin.properties @@ -1,7 +1,7 @@ displayName=AttackTimer author=ngraves95,Lexer747 build=standard -version=1.2.11 +version=1.2.12 description=A plugin to countdown until your next attack tags=pvm,timer,attack,combat,weapon plugins=com.attacktimer.AttackTimerMetronomePlugin \ No newline at end of file