feat: version 0.1.1 release

This commit is contained in:
2025-04-17 00:02:11 -05:00
parent 118d4470a3
commit 1ffd52046f
3 changed files with 3 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ permissions: write-all
on: on:
push: push:
branches: branches:
- main # Change to the correct one upon release, master - master
jobs: jobs:
release: release:

View File

@@ -1,4 +1,5 @@
--------------------------------------------------------------------------------------------------- ---------------------------------------------------------------------------------------------------
Version: 0.1.1
Date: 04. 16. 2025 Date: 04. 16. 2025
Bugfixes: Bugfixes:
- Fixed rare issue improper TechnologyUnit objects in other mods would cause a NPE crash. - Fixed rare issue improper TechnologyUnit objects in other mods would cause a NPE crash.

View File

@@ -1,6 +1,6 @@
{ {
"name": "research-multipliers", "name": "research-multipliers",
"version": "0.1.0", "version": "0.1.1",
"title": "Research Multipliers", "title": "Research Multipliers",
"author": "Xevion", "author": "Xevion",
"homepage": "https://github.com/Xevion/research-multipliers", "homepage": "https://github.com/Xevion/research-multipliers",