From f423592fe9391bcb57bf6956d9188c283c22d5bd Mon Sep 17 00:00:00 2001 From: Arkadii Hlushchevskyi Date: Sun, 7 Apr 2024 20:32:32 +0300 Subject: [PATCH] Set version. Also removed prefix v from version tags. --- .github/workflows/main.yml | 4 ++-- SPID/CMakeLists.txt | 2 +- SPID/vcpkg.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0ea0808..4646790 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -3,8 +3,8 @@ name: Main on: push: tags: - - 'v[0-9]+.[0-9]+.[0-9]+' - - 'v[0-9]+.[0-9]+.[0-9]+.rc[0-9]+' + - '[0-9]+.[0-9]+.[0-9]+' + - '[0-9]+.[0-9]+.[0-9]+.rc[0-9]+' concurrency: group: ${{ github.ref }} diff --git a/SPID/CMakeLists.txt b/SPID/CMakeLists.txt index 587a710..4a7b032 100644 --- a/SPID/CMakeLists.txt +++ b/SPID/CMakeLists.txt @@ -1,6 +1,6 @@ cmake_minimum_required(VERSION 3.20) set(NAME "po3_SpellPerkItemDistributor" CACHE STRING "") -set(VERSION 6.8.5 CACHE STRING "") +set(VERSION 7.0.0 CACHE STRING "") set(AE_VERSION 1) set(VR_VERSION 1) diff --git a/SPID/vcpkg.json b/SPID/vcpkg.json index 409dd44..a23a1d9 100644 --- a/SPID/vcpkg.json +++ b/SPID/vcpkg.json @@ -1,6 +1,6 @@ { "name": "spid", - "version-string": "6.8.5", + "version-string": "7.0.0", "description": "Spell Perk Item Distributor", "homepage": "https://github.com/powerof3/Spell-Perk-Item-Distributor", "license": "MIT",