From 71f89857e0b60b218652e76025487d382d5ef2e7 Mon Sep 17 00:00:00 2001 From: Julian Xhokaxhiu Date: Thu, 14 Mar 2024 19:03:07 +0100 Subject: [PATCH] 3.5.0 --- .github/workflows/{main-3.4.0.yml => main-3.5.0.yml} | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{main-3.4.0.yml => main-3.5.0.yml} (97%) diff --git a/.github/workflows/main-3.4.0.yml b/.github/workflows/main-3.5.0.yml similarity index 97% rename from .github/workflows/main-3.4.0.yml rename to .github/workflows/main-3.5.0.yml index 457a68fb..a1a71bcc 100644 --- a/.github/workflows/main-3.4.0.yml +++ b/.github/workflows/main-3.5.0.yml @@ -1,6 +1,6 @@ name: 7th-Heaven -run-name: 3.4.0.${{ github.run_number }} +run-name: 3.5.0.${{ github.run_number }} on: workflow_dispatch: @@ -20,7 +20,7 @@ env: _RELEASE_VERSION: v0 _RELEASE_CONFIGURATION: Release _BUILD_BRANCH: "${{ github.ref }}" - _BUILD_VERSION: "3.4.0.${{ github.run_number }}" + _BUILD_VERSION: "3.5.0.${{ github.run_number }}" _CHANGELOG_VERSION: "0" # VCPKG: Enable Binary Caching VCPKG_BINARY_SOURCES: clear;nuget,github,readwrite diff --git a/README.md b/README.md index c8c0d052..901cdb4e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -![License](https://img.shields.io/github/license/tsunamods-codes/7th-Heaven) ![Overall Downloads](https://img.shields.io/github/downloads/tsunamods-codes/7th-Heaven/total?label=Overall%20Downloads) ![Latest Stable Downloads](https://img.shields.io/github/downloads/tsunamods-codes/7th-Heaven/latest/total?label=Latest%20Stable%20Downloads&sort=semver) ![Latest Canary Downloads](https://img.shields.io/github/downloads/tsunamods-codes/7th-Heaven/canary/total?label=Latest%20Canary%20Downloads) ![GitHub Actions Workflow Status](https://github.com/tsunamods-codes/7th-Heaven/actions/workflows/main.yml/badge.svg?branch=master) +![License](https://img.shields.io/github/license/tsunamods-codes/7th-Heaven) ![Overall Downloads](https://img.shields.io/github/downloads/tsunamods-codes/7th-Heaven/total?label=Overall%20Downloads) ![Latest Stable Downloads](https://img.shields.io/github/downloads/tsunamods-codes/7th-Heaven/latest/total?label=Latest%20Stable%20Downloads&sort=semver) ![Latest Canary Downloads](https://img.shields.io/github/downloads/tsunamods-codes/7th-Heaven/canary/total?label=Latest%20Canary%20Downloads) ![GitHub Actions Workflow Status](https://github.com/tsunamods-codes/7th-Heaven/actions/workflows/main-3.5.0.yml/badge.svg?branch=master)