Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
HuakunShen committed Oct 17, 2024
1 parent 732b410 commit faa8dbb
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 4 deletions.
1 change: 1 addition & 0 deletions .github/workflows/clippy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ on:
push:
branches:
- main
- v2
paths:
- ".github/workflows/check.yml"
- "**/*.rs"
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "tauri-plugin-clipboard"
version = "2.1.10"
version = "2.1.11"
license = "MIT"
description = "A clipboard plugin for Tauri that supports text, html, rtf, files and image, as well as clipboard update listening."
authors = [ "Huakun" ]
Expand Down
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Tauri Plugin clipboard

[![Deploy VitePress site to Pages](https://github.com/CrossCopy/tauri-plugin-clipboard/actions/workflows/docs.yml/badge.svg)](https://github.com/CrossCopy/tauri-plugin-clipboard/actions/workflows/docs.yml)
[![Clippy](https://github.com/CrossCopy/tauri-plugin-clipboard/actions/workflows/clippy.yml/badge.svg)](https://github.com/CrossCopy/tauri-plugin-clipboard/actions/workflows/clippy.yml)
[![Format](https://github.com/CrossCopy/tauri-plugin-clipboard/actions/workflows/format.yml/badge.svg)](https://github.com/CrossCopy/tauri-plugin-clipboard/actions/workflows/format.yml)
[![Test](https://github.com/CrossCopy/tauri-plugin-clipboard/actions/workflows/test.yml/badge.svg)](https://github.com/CrossCopy/tauri-plugin-clipboard/actions/workflows/test.yml)

![Crates.io Version](https://img.shields.io/crates/v/tauri-plugin-clipboard)
![Crates.io Downloads (recent)](https://img.shields.io/crates/dr/tauri-plugin-clipboard)

![NPM Version](https://img.shields.io/npm/v/tauri-plugin-clipboard-api)
![NPM Downloads](https://img.shields.io/npm/dm/tauri-plugin-clipboard-api)

[![Documentation](https://docs.rs/tauri-plugin-clipboard/badge.svg)](https://docs.rs/tauri-plugin-clipboard)
![GitHub License](https://img.shields.io/github/license/CrossCopy/tauri-plugin-clipboard)

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tauri-plugin-clipboard-api",
"version": "2.1.10",
"version": "2.1.11",
"author": "Huakun",
"description": "",
"type": "module",
Expand Down

0 comments on commit faa8dbb

Please sign in to comment.