chore: bump version

This commit is contained in:
Zamitto 2025-02-18 22:29:38 -03:00
parent 73ab3872a7
commit d879f2e3df
3 changed files with 7 additions and 1 deletions

View file

@ -1,5 +1,8 @@
name: Build name: Build
concurrency:
group: build
on: pull_request on: pull_request
jobs: jobs:

View file

@ -1,5 +1,8 @@
name: Release name: Release
concurrency:
group: release
on: on:
push: push:
branches: main branches: main

View file

@ -1,6 +1,6 @@
{ {
"name": "hydralauncher", "name": "hydralauncher",
"version": "3.2.1", "version": "3.2.2",
"description": "Hydra", "description": "Hydra",
"main": "./out/main/index.js", "main": "./out/main/index.js",
"author": "Los Broxas", "author": "Los Broxas",