From d5b5451761c5242489e6253e2a341543452b4c27 Mon Sep 17 00:00:00 2001 From: supsm Date: Sun, 26 Feb 2023 10:29:22 -0800 Subject: [PATCH] bump version --- CMakeLists.txt | 2 +- gradle.properties | 2 +- src/constants.h | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7ff5694..e4c63ed 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15) project(MCPPPP DESCRIPTION "A resource pack converter from Optifine/MCPatcher formats to other formats" LANGUAGES CXX - VERSION 0.7.3 + VERSION 0.7.6 HOMEPAGE_URL "http://github.com/supsm/MCPPPP" ) set(CMAKE_CXX_STANDARD 20) diff --git a/gradle.properties b/gradle.properties index d84538d..a18941c 100644 --- a/gradle.properties +++ b/gradle.properties @@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G loader_version=0.14.8 # Mod Properties - mod_version = 0.7.5 + mod_version = 0.7.6 archives_base_name = mcpppp maven_group = com.example diff --git a/src/constants.h b/src/constants.h index fdc690f..af970fe 100644 --- a/src/constants.h +++ b/src/constants.h @@ -4,7 +4,7 @@ #pragma once -constexpr auto VERSION = "0.7.5"; // MCPPPP version +constexpr auto VERSION = "0.7.6"; // MCPPPP version constexpr int PACK_VER = 9; // pack.mcmeta pack format #include