Skip to content
This repository was archived by the owner on Feb 15, 2024. It is now read-only.

Commit d5b5451

Browse files
committed
bump version
1 parent b781bed commit d5b5451

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ cmake_minimum_required(VERSION 3.15)
33
project(MCPPPP
44
DESCRIPTION "A resource pack converter from Optifine/MCPatcher formats to other formats"
55
LANGUAGES CXX
6-
VERSION 0.7.3
6+
VERSION 0.7.6
77
HOMEPAGE_URL "http://github.com/supsm/MCPPPP"
88
)
99
set(CMAKE_CXX_STANDARD 20)

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ org.gradle.jvmargs=-Xmx1G
88
loader_version=0.14.8
99

1010
# Mod Properties
11-
mod_version = 0.7.5
11+
mod_version = 0.7.6
1212
archives_base_name = mcpppp
1313
maven_group = com.example
1414

src/constants.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
#pragma once
66

7-
constexpr auto VERSION = "0.7.5"; // MCPPPP version
7+
constexpr auto VERSION = "0.7.6"; // MCPPPP version
88
constexpr int PACK_VER = 9; // pack.mcmeta pack format
99

1010
#include <algorithm>

0 commit comments

Comments
 (0)