From 1b702d1a5ab37dbb8dc5a2d4d3e3d416844bfe51 Mon Sep 17 00:00:00 2001 From: Alula <6276139+alula@users.noreply.github.com> Date: Sun, 16 Jan 2022 02:52:33 +0100 Subject: [PATCH] bump version to 0.99.0, add dawn to authors --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b867eda..ce06037 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,8 +1,8 @@ [package] name = "doukutsu-rs" description = "A re-implementation of Cave Story (Doukutsu Monogatari) engine" -version = "0.1.0" -authors = ["Alula"] +version = "0.99.0" +authors = ["Alula", "dawnDus"] edition = "2018" [lib] @@ -25,9 +25,9 @@ opt-level = 3 [package.metadata.bundle] name = "doukutsu-rs" identifier = "io.github.doukutsu_rs" -version = "0.1.0" +version = "0.99.0" resources = ["data"] -copyright = "Copyright (c) 2020-2021 Alula and contributors" +copyright = "Copyright (c) 2020-2022 doukutsu-rs dev team" category = "Game" osx_minimum_system_version = "10.12"