chore: bump version to 0.4.6

This commit is contained in:
Gustavo Carvalho
2025-12-24 07:00:20 -03:00
parent 35faf3b147
commit 10991b63b9
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.4.5
pkgver=0.4.6
pkgrel=1
pkgdesc="Windows 11-style Clipboard History Manager for Linux"
arch=('x86_64')

4
package-lock.json generated
View File

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

View File

@@ -1,7 +1,7 @@
{
"name": "win11-clipboard-history",
"private": true,
"version": "0.4.5",
"version": "0.4.6",
"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.4.5"
version = "0.4.6"
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.4.5",
"version": "0.4.6",
"identifier": "dev.gustavosett.clipboard-history",
"build": {
"beforeDevCommand": "npm run dev",