Skip to content

Commit 689c857

Browse files
committed
0.11.0
1 parent 1dbc1ac commit 689c857

6 files changed

Lines changed: 7 additions & 7 deletions

File tree

build-scripts/build/PKGBUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Maintainer: lullabyX
22
pkgname=sone
3-
pkgver=0.10.1
3+
pkgver=0.11.0
44
pkgrel=1
55
pkgdesc="Unofficial Tidal music streaming desktop app"
66
arch=('x86_64')

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "sone",
33
"private": true,
4-
"version": "0.10.1",
4+
"version": "0.11.0",
55
"license": "GPL-3.0-only",
66
"type": "module",
77
"scripts": {

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.

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 = "sone"
3-
version = "0.10.1"
3+
version = "0.11.0"
44
description = "Native Linux client for TIDAL — lossless and bit-perfect audio streaming"
55
authors = ["lullabyX"]
66
license = "GPL-3.0-only"

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": "SONE",
4-
"version": "0.10.1",
4+
"version": "0.11.0",
55
"identifier": "io.github.lullabyX.sone",
66
"build": {
77
"beforeDevCommand": "npm run dev",

0 commit comments

Comments
 (0)