1
0
Fork 0
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:
Alula 2023-01-28 00:42:56 +01:00
parent 3739e9f170
commit f1e5d11b2a
No known key found for this signature in database
GPG key ID: 3E00485503A1D8BA
4 changed files with 5 additions and 5 deletions

View file

@ -1,4 +1,4 @@
version: "0.100.0.{build}-{branch}"
version: "0.101.0-{build}-{branch}"
skip_commits:
files:

View file

@ -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"

View file

@ -14,7 +14,7 @@ android {
minSdkVersion 24
targetSdkVersion 33
versionCode 2
versionName "0.100.0"
versionName "0.101.0"
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"

View file

@ -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 \