Bumped version to 1.2

This commit is contained in:
Eddoursul 2024-01-20 03:23:24 +01:00
parent c65fc3794c
commit 208b0d5c1d
2 changed files with 3 additions and 3 deletions

View File

@ -6,7 +6,7 @@ message("Using toolchain file ${CMAKE_TOOLCHAIN_FILE}.")
######################################################################################################################## ########################################################################################################################
project( project(
EnderalSEEasyCrafting EnderalSEEasyCrafting
VERSION 1.1.0 VERSION 1.2.0
DESCRIPTION "Enderal SE Easy Crafting" DESCRIPTION "Enderal SE Easy Crafting"
LANGUAGES CXX) LANGUAGES CXX)
set(CMAKE_CXX_STANDARD 23) set(CMAKE_CXX_STANDARD 23)

View File

@ -1,10 +1,10 @@
{ {
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json", "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
"name": "enderal-se-easy-crafting", "name": "enderal-se-easy-crafting",
"version-string": "1.1", "version-string": "1.2.0",
"port-version": 0, "port-version": 0,
"description": "Enderal SE Easy Crafting", "description": "Enderal SE Easy Crafting",
"homepage": "https://eddoursul.win/mods/enderal-se-easy-crafting/", "homepage": "https://mod.pub/enderal-se/16-easy-crafting",
"license": "LGPL-3.0", "license": "LGPL-3.0",
"features": { "features": {
"plugin": { "plugin": {