Skip to content

Commit

Permalink
Merge pull request #54 from taroj1205/changeset-release/main
Browse files Browse the repository at this point in the history
  • Loading branch information
taroj1205 authored Nov 18, 2024
2 parents 5072896 + 019fa5d commit 0ed6378
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 8 deletions.
5 changes: 0 additions & 5 deletions .changeset/quiet-tips-run.md

This file was deleted.

6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Clippr

## 1.6.0

### Minor Changes

- f98d5bf: Added a sorting feature

## 1.5.0

### Minor Changes
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "clippr",
"private": true,
"version": "1.5.0",
"version": "1.6.0",
"description": "",
"type": "module",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "Clippr"
version = "1.5.0"
version = "1.6.0"
description = "Advanced clipboard manager built with Tauri"
authors = [ "Shintaro Jokagi" ]
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion src-tauri/tauri.conf.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"$schema": "https://schema.tauri.app/config/2",
"productName": "Clippr",
"version": "1.5.0",
"version": "1.6.0",
"identifier": "com.clippr.app",
"build": {
"beforeDevCommand": "pnpm dev",
Expand Down

0 comments on commit 0ed6378

Please sign in to comment.