From 2a4b93e8c822d1e3542ba6f9464f357f3e438404 Mon Sep 17 00:00:00 2001 From: Julian Xhokaxhiu Date: Sat, 13 Apr 2024 23:02:41 +0200 Subject: [PATCH] 3.5.1 --- .github/workflows/{main-3.5.0.yml => main-3.5.1.yml} | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename .github/workflows/{main-3.5.0.yml => main-3.5.1.yml} (97%) diff --git a/.github/workflows/main-3.5.0.yml b/.github/workflows/main-3.5.1.yml similarity index 97% rename from .github/workflows/main-3.5.0.yml rename to .github/workflows/main-3.5.1.yml index a1a71bcc..b2178209 100644 --- a/.github/workflows/main-3.5.0.yml +++ b/.github/workflows/main-3.5.1.yml @@ -1,6 +1,6 @@ name: 7th-Heaven -run-name: 3.5.0.${{ github.run_number }} +run-name: 3.5.1.${{ github.run_number }} on: workflow_dispatch: @@ -20,7 +20,7 @@ env: _RELEASE_VERSION: v0 _RELEASE_CONFIGURATION: Release _BUILD_BRANCH: "${{ github.ref }}" - _BUILD_VERSION: "3.5.0.${{ github.run_number }}" + _BUILD_VERSION: "3.5.1.${{ 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 901cdb4e..e1c3d23b 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-3.5.0.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.1.yml/badge.svg?branch=master)