Skip to content
This repository was archived by the owner on Feb 28, 2026. It is now read-only.

Commit a6132eb

Browse files
committed
v0.0.4
1 parent fd01e24 commit a6132eb

File tree

13 files changed

+13
-13
lines changed

13 files changed

+13
-13
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup PNPM
2323
uses: pnpm/action-setup@v4
2424
with:
25-
version: 9
25+
version: 10
2626

2727
- name: Get PNPM store directory
2828
shell: bash

.github/workflows/coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup PNPM
2323
uses: pnpm/action-setup@v4
2424
with:
25-
version: 9
25+
version: 10
2626

2727
- name: Get PNPM store directory
2828
shell: bash

.github/workflows/release-player.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Setup PNPM
4949
uses: pnpm/action-setup@v4
5050
with:
51-
version: 9
51+
version: 10
5252

5353
- name: Get PNPM store directory
5454
shell: bash

.github/workflows/release-plugin-sdk.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Setup PNPM
3131
uses: pnpm/action-setup@v4
3232
with:
33-
version: 9
33+
version: 10
3434

3535
- name: Get PNPM store directory
3636
shell: bash

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "nuclear",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/eslint-config/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuclearplayer/eslint-config",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Shared ESLint and Prettier configuration for Nuclear",
55
"type": "module",
66
"main": "eslint.config.ts",

packages/player/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@nuclearplayer/player",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"private": true,
55
"type": "module",
66
"scripts": {

packages/player/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/player/src-tauri/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "player"
3-
version = "0.0.3"
3+
version = "0.0.4"
44
description = "Nuclear Music Player"
55
authors = ["nukeop <12746779+nukeop@users.noreply.github.com>"]
66
license = "AGPL-3.0-only"

packages/player/src-tauri/tauri.conf.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"$schema": "https://schema.tauri.app/config/2",
33
"productName": "nuclear-music-player",
4-
"version": "0.0.3",
4+
"version": "0.0.4",
55
"identifier": "com.nuclearplayer",
66
"build": {
77
"frontendDist": "../dist",

0 commit comments

Comments
 (0)