chore: bump version to 0.5.2

This commit is contained in:
Gustavo Carvalho
2026-01-30 07:00:57 -03:00
parent fe90c6f2e4
commit 055a2c505f
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.1
pkgver=0.5.2
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.5.1",
"version": "0.5.2",
"lockfileVersion": 3,
"requires": true,
"packages": {
"": {
"name": "win11-clipboard-history",
"version": "0.5.1",
"version": "0.5.2",
"license": "MIT",
"dependencies": {
"@tauri-apps/api": "^2.0.0",

2
package.json generated
View File

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