Skip to content

Commit ebc4af9

Browse files
committed
Bump tauri-plugin-cache to version 0.1.5
Updated the version of tauri-plugin-cache from 0.1.4 to 0.1.5 in Cargo.toml, Cargo.lock, README.md, and package.json. This update likely includes improvements or fixes for the plugin.
1 parent 7320bfc commit ebc4af9

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "tauri-plugin-cache"
3-
version = "0.1.4"
3+
version = "0.1.5"
44
authors = ["Taiizor <taiizor@vegalya.com>"]
55
description = "Advanced disk caching solution for Tauri applications. Provides compression, TTL management, memory caching, automatic cleanup, and cross-platform support. Enhances data access performance and storage optimization."
66
edition = "2021"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Or manually add to your `Cargo.toml` file:
6060
```toml
6161
[dependencies]
6262
tauri = { version = "2.5.1" }
63-
tauri-plugin-cache = "0.1.4"
63+
tauri-plugin-cache = "0.1.5"
6464
```
6565

6666
#### JavaScript/TypeScript API

examples/tauri-app/src-tauri/Cargo.lock

Lines changed: 1 addition & 1 deletion
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,6 +1,6 @@
11
{
22
"name": "tauri-plugin-cache-api",
3-
"version": "0.1.4",
3+
"version": "0.1.5",
44
"author": "Taiizor",
55
"description": "Comprehensive disk and memory caching solution for Tauri applications. Features dynamic TTL management, intelligent data compression, automatic cleanup, and statistics monitoring. Delivers high-performance data access, optimized storage, and improved user experience.",
66
"license": "MIT",

0 commit comments

Comments
 (0)