mirror of
https://github.com/hydralauncher/hydra.git
synced 2025-03-09 15:40:26 +00:00
chore: bump version
This commit is contained in:
parent
73ab3872a7
commit
d879f2e3df
3 changed files with 7 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
@ -1,5 +1,8 @@
|
|||
name: Build
|
||||
|
||||
concurrency:
|
||||
group: build
|
||||
|
||||
on: pull_request
|
||||
|
||||
jobs:
|
||||
|
|
3
.github/workflows/release.yml
vendored
3
.github/workflows/release.yml
vendored
|
@ -1,5 +1,8 @@
|
|||
name: Release
|
||||
|
||||
concurrency:
|
||||
group: release
|
||||
|
||||
on:
|
||||
push:
|
||||
branches: main
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "hydralauncher",
|
||||
"version": "3.2.1",
|
||||
"version": "3.2.2",
|
||||
"description": "Hydra",
|
||||
"main": "./out/main/index.js",
|
||||
"author": "Los Broxas",
|
||||
|
|
Loading…
Add table
Reference in a new issue