mirror of
https://github.com/Xevion/research-multipliers.git
synced 2025-12-15 00:12:49 -06:00
feat: version 0.1.1 release
This commit is contained in:
2
.github/workflows/release.yaml
vendored
2
.github/workflows/release.yaml
vendored
@@ -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:
|
||||||
|
|||||||
@@ -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.
|
||||||
|
|||||||
@@ -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",
|
||||||
|
|||||||
Reference in New Issue
Block a user