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

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
supsm committed Feb 26, 2023
1 parent b781bed commit d5b5451
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion src/constants.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <algorithm>
Expand Down

0 comments on commit d5b5451

Please sign in to comment.