File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11[package ]
22name = " tauri-plugin-iap"
3- version = " 0.3.2 "
3+ version = " 0.4.0 "
44authors = [" You" ]
55description = " A Tauri v2 plugin that enables In-App Purchases (IAP)"
66edition = " 2021"
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ Add the plugin to your Tauri project's `Cargo.toml`:
4646
4747``` toml
4848[dependencies ]
49- tauri-plugin-iap = " 0.3 "
49+ tauri-plugin-iap = " 0.4 "
5050```
5151
5252Configure the plugin permissions in your ` capabilities/default.json ` :
Original file line number Diff line number Diff line change 11{
22 "name" : " @choochmeque/tauri-plugin-iap-api" ,
3- "version" : " 0.3.2 " ,
3+ "version" : " 0.4.0 " ,
44 "license" : " MIT" ,
55 "author" : " You" ,
66 "description" : " A Tauri v2 plugin that enables In-App Purchases (IAP)" ,
You can’t perform that action at this time.
0 commit comments