Skip to content

Commit 1a10ef9

Browse files
committed
Bump version numbers
1 parent d7f22a5 commit 1a10ef9

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

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/aria-player/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "aria-player",
33
"private": true,
4-
"version": "1.2.0",
4+
"version": "1.2.1",
55
"type": "module",
66
"scripts": {
77
"dev": "vite",

packages/aria-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 = "Aria"
3-
version = "1.2.0"
3+
version = "1.2.1"
44
description = "Aria"
55
authors = ["you"]
66
license = ""

packages/aria-player/src/themes/themes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ export interface Theme {
3939
disableAccentPicker?: boolean;
4040
}
4141

42-
export const themeFormatVersion = "0.1.0";
42+
export const themeFormatVersion = "0.2.0";
4343
export const defaultStylesheets: Record<string, string> = {};
4444
export const defaultThemes: Record<string, Theme> = {
4545
system: { id: "system", name: "System" }

packages/types/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@aria-player/types",
33
"private": false,
4-
"version": "0.1.3",
4+
"version": "0.2.0",
55
"types": "./index.d.ts",
66
"dependencies": {
77
"@types/react": "^18.3.12"

0 commit comments

Comments
 (0)