chore: bump version to 0.6.0

This commit is contained in:
Gustavo Carvalho
2026-02-13 21:00:28 -03:00
parent 9b949ce7f4
commit 850a3b6e3e
5 changed files with 6 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
# Maintainer: Gustavo Sett <gustaavoribeeiro@hotmail.com>
pkgname=win11-clipboard-history-bin
pkgver=0.5.5
pkgver=0.6.0
pkgrel=1
pkgdesc="Windows 11-style Clipboard History Manager for Linux"
arch=('x86_64' 'aarch64')

4
package-lock.json generated
View File

@@ -1,12 +1,12 @@
{
"name": "win11-clipboard-history",
"version": "0.5.5",
"version": "0.6.0",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "win11-clipboard-history",
"version": "0.5.5",
"version": "0.6.0",
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^2.10.1",

2
package.json generated
View File

@@ -1,7 +1,7 @@
{
"name": "win11-clipboard-history",
"private": true,
"version": "0.5.5",
"version": "0.6.0",
"type": "module",
"description": "A Windows 11-style Clipboard History Manager for Linux built with Tauri",
"author": "gustavosett",

View File

@@ -1,6 +1,6 @@
[package]
name = "win11-clipboard-history-lib"
version = "0.5.5"
version = "0.6.0"
description = "A Windows 11-style Clipboard History Manager for Linux"
authors = ["gustavosett"]
license = "MIT"

View File

@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "win11-clipboard-history",
"version": "0.5.5",
"version": "0.6.0",
"identifier": "dev.gustavosett.clipboard-history",
"build": {
"beforeDevCommand": "npm run dev",