Skip to content

Commit 4f41426

Browse files
committed
Update README.md
1 parent 62fa8d5 commit 4f41426

File tree

3 files changed

+16
-3
lines changed

3 files changed

+16
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
## 1.0.0
2+
3+
* Update Tauri v2
4+
15
## 0.5.1
26

37
* Fixed an issue where `with_panic_hook` would swallow the panic after logging it

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-aptabase"
3-
version = "0.5.1"
3+
version = "1.0.0"
44
license = "MIT"
55
description = "Tauri Plugin for Aptabase: Open Source, Privacy-First and Simple Analytics for Mobile, Desktop and Web Apps"
66
authors = ["Guilherme Oenning"]

README.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,22 @@ Install the Core plugin by adding the following to your `Cargo.toml` file:
1212

1313
```toml
1414
[dependencies]
15-
tauri-plugin-aptabase = { git = "https://github.com/aptabase/tauri-plugin-aptabase", branch = "v2" }
15+
tauri-plugin-aptabase = "1.0"
16+
```
17+
18+
```toml
19+
[dependencies]
20+
tauri-plugin-aptabase = { git = "https://github.com/aptabase/tauri-plugin-aptabase" }
1621
```
1722

1823
You can install the JavaScript Guest bindings using your preferred JavaScript package manager
1924

2025
```bash
21-
npm add https://github.com/aptabase/tauri-plugin-aptabase#v2
26+
npm add @aptabase/tauri
27+
```
28+
29+
```bash
30+
npm add https://github.com/aptabase/tauri-plugin-aptabase
2231
```
2332

2433
## Usage

0 commit comments

Comments
 (0)