Skip to content

Commit 1649d95

Browse files
Bump version to 6.3.5
1 parent 0132b86 commit 1649d95

File tree

4 files changed

+3
-4
lines changed

4 files changed

+3
-4
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
branches: [ "master" ]
1010

1111
env:
12-
VERSION: '6.3.4'
12+
VERSION: '6.3.5'
1313
RELEASE_TAG: '1.21.11'
1414

1515
jobs:

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ plugins {
1212

1313
group = "me.eccentric_nz"
1414
val buildNumber = "-b${System.getenv("BUILD_NUMBER") ?: (System.getenv("SHORT_SHA") ?: ".local")}"
15-
version = "6.3.4${buildNumber}"
15+
version = "6.3.5${buildNumber}"
1616

1717
repositories {
1818
mavenCentral()

src/main/resources/plugin.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ loadbefore: [ Citizens ]
88
website: http://tardis.pages.dev/
99
dev-url: http://github.com/eccentricdevotion/TARDIS/
1010
url: http://tardis.pages.dev/
11-
version: 6.3.4@buildNumber@
11+
version: 6.3.5@buildNumber@
1212
api-version: '1.21.11'
1313
libraries:
1414
- org.jsoup:jsoup:1.21.1

todo.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22

33
| Priority | Feature | Link |
44
|-------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------|
5-
| ![Static Badge](https://img.shields.io/badge/WIP-f90?style=flat-square) | - Add new blocks to appropriate rooms e.g. firefly bush to Mangrove, dry grass to Iistabul?<br/>- Related to above - [#902](https://github.com/eccentricdevotion/TARDIS/issues/902) Room updates | [#902](https://github.com/eccentricdevotion/TARDIS/issues/902) |
65
| ![Static Badge](https://img.shields.io/badge/WIP-f90?style=flat-square) | **Fix bugs**<br/>! | - |
76
| ![Static Badge](https://img.shields.io/badge/1-f00?style=flat-square) | **Time Rotors and 3D Console Improvements**<br/>- Change rotor placement in item frames<br/>- Additional models for cloister and off states | [#916](https://github.com/eccentricdevotion/TARDIS/issues/916) |
87
| ![Static Badge](https://img.shields.io/badge/1-f00?style=flat-square) | **Modelled controls**<br/>- Console lamp done | [#836](https://github.com/eccentricdevotion/TARDIS/issues/836) |

0 commit comments

Comments
 (0)