Skip to content

Commit 8f2e39e

Browse files
committed
update version
1 parent f838ce9 commit 8f2e39e

File tree

4 files changed

+11
-8
lines changed

4 files changed

+11
-8
lines changed

Cargo.toml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,10 @@
11
[package]
22
name = "tauri-plugin-view"
3-
version = "0.0.4"
4-
authors = ["Ecmel Ercan"]
53
description = "A mobile plugin for Tauri for viewing and sharing files."
4+
version = "0.0.5"
5+
authors = ["Ecmel Ercan"]
6+
license = "MIT"
7+
license-file = "LICENSE"
68
edition = "2021"
79
exclude = ["/examples", "/webview-dist", "/webview-src", "/node_modules"]
810
links = "tauri-plugin-view"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ npm install tauri-plugin-view-api
1212

1313
```ini
1414
[dependencies]
15-
tauri-plugin-view = "0.0.4"
15+
tauri-plugin-view = "0.0.5"
1616
```
1717

1818
**`src-tauri/src/lib.rs`**

package-lock.json

Lines changed: 5 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "tauri-plugin-view-api",
33
"description": "A mobile plugin for Tauri for viewing and sharing files.",
4-
"version": "0.0.4",
4+
"version": "0.0.5",
55
"repository": {
66
"type": "git",
77
"url": "https://github.com/ecmel/tauri-plugin-view.git"

0 commit comments

Comments
 (0)