1
0
mirror of https://github.com/Minionguyjpro/Inno-Setup-Action synced 2026-02-18 01:31:15 +01:00

Merge pull request #123 from Minionguyjpro/Minionguyjpro-patch-1

Bump to v1.2.6
This commit is contained in:
Minionguyjpro
2025-06-18 20:30:01 +02:00
committed by GitHub
2 changed files with 3 additions and 3 deletions

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "inno-setup-action",
"version": "1.2.5",
"version": "1.2.6",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "inno-setup-action",
"version": "1.2.5",
"version": "1.2.6",
"license": "MIT",
"dependencies": {
"@actions/core": "^1.11.1",

View File

@@ -1,7 +1,7 @@
{
"name": "inno-setup-action",
"description": "GitHub action to compile .iss (Inno Setup Script) files.",
"version": "1.2.5",
"version": "1.2.6",
"author": "Minionguyjpro",
"type": "module",
"private": false,