mirror of
https://github.com/doukutsu-rs/doukutsu-rs
synced 2024-12-27 14:27:51 +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:
|
||||
files:
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
[package]
|
||||
name = "doukutsu-rs"
|
||||
description = "A re-implementation of Cave Story (Doukutsu Monogatari) engine"
|
||||
version = "0.100.0"
|
||||
version = "0.101.0"
|
||||
authors = ["Alula", "dawnDus"]
|
||||
edition = "2021"
|
||||
|
||||
|
@ -30,7 +30,7 @@ codegen-units = 256
|
|||
[package.metadata.bundle]
|
||||
name = "doukutsu-rs"
|
||||
identifier = "io.github.doukutsu_rs"
|
||||
version = "0.100.0"
|
||||
version = "0.101.0"
|
||||
resources = ["data"]
|
||||
copyright = "Copyright (c) 2020-2022 doukutsu-rs contributors"
|
||||
category = "Game"
|
||||
|
|
|
@ -14,7 +14,7 @@ android {
|
|||
minSdkVersion 24
|
||||
targetSdkVersion 33
|
||||
versionCode 2
|
||||
versionName "0.100.0"
|
||||
versionName "0.101.0"
|
||||
|
||||
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
|
||||
|
||||
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..."
|
||||
elf2nro target/aarch64-nintendo-switch/release/drshorizon.elf target/aarch64-nintendo-switch/release/drshorizon.nro \
|
||||
|
|
Loading…
Reference in a new issue