mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-12-28 06:46:43 +00:00
Switch to 0.101 and introduce new versioning scheme
This commit is contained in:
parent
3739e9f170
commit
f1e5d11b2a
|
@ -1,4 +1,4 @@
|
||||||
version: "0.100.0.{build}-{branch}"
|
version: "0.101.0-{build}-{branch}"
|
||||||
|
|
||||||
skip_commits:
|
skip_commits:
|
||||||
files:
|
files:
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
[package]
|
[package]
|
||||||
name = "doukutsu-rs"
|
name = "doukutsu-rs"
|
||||||
description = "A re-implementation of Cave Story (Doukutsu Monogatari) engine"
|
description = "A re-implementation of Cave Story (Doukutsu Monogatari) engine"
|
||||||
version = "0.100.0"
|
version = "0.101.0"
|
||||||
authors = ["Alula", "dawnDus"]
|
authors = ["Alula", "dawnDus"]
|
||||||
edition = "2021"
|
edition = "2021"
|
||||||
|
|
||||||
|
@ -30,7 +30,7 @@ codegen-units = 256
|
||||||
[package.metadata.bundle]
|
[package.metadata.bundle]
|
||||||
name = "doukutsu-rs"
|
name = "doukutsu-rs"
|
||||||
identifier = "io.github.doukutsu_rs"
|
identifier = "io.github.doukutsu_rs"
|
||||||
version = "0.100.0"
|
version = "0.101.0"
|
||||||
resources = ["data"]
|
resources = ["data"]
|
||||||
copyright = "Copyright (c) 2020-2022 doukutsu-rs contributors"
|
copyright = "Copyright (c) 2020-2022 doukutsu-rs contributors"
|
||||||
category = "Game"
|
category = "Game"
|
||||||
|
|
|
@ -14,7 +14,7 @@ android {
|
||||||
minSdkVersion 24
|
minSdkVersion 24
|
||||||
targetSdkVersion 33
|
targetSdkVersion 33
|
||||||
versionCode 2
|
versionCode 2
|
||||||
versionName "0.100.0"
|
versionName "0.101.0"
|
||||||
|
|
||||||
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
|
||||||
|
|
||||||
|
|
|
@ -23,7 +23,7 @@ rm -f target/aarch64-nintendo-switch/release/drshorizon.nro
|
||||||
rm -f target/aarch64-nintendo-switch/release/drshorizon.nacp
|
rm -f target/aarch64-nintendo-switch/release/drshorizon.nacp
|
||||||
|
|
||||||
message "Creating NACP..."
|
message "Creating NACP..."
|
||||||
nacptool --create 'doukutsu-rs' 'doukutsu-rs contributors' '0.100.0' target/aarch64-nintendo-switch/release/drshorizon.nacp
|
nacptool --create 'doukutsu-rs' 'doukutsu-rs contributors' '0.101.0' target/aarch64-nintendo-switch/release/drshorizon.nacp
|
||||||
|
|
||||||
message "Running elf2nro..."
|
message "Running elf2nro..."
|
||||||
elf2nro target/aarch64-nintendo-switch/release/drshorizon.elf target/aarch64-nintendo-switch/release/drshorizon.nro \
|
elf2nro target/aarch64-nintendo-switch/release/drshorizon.elf target/aarch64-nintendo-switch/release/drshorizon.nro \
|
||||||
|
|
Loading…
Reference in a new issue