update version

This commit is contained in:
Tanner Sommers 2024-12-03 20:16:42 -06:00
parent 7aaf803dc0
commit add21253c7
4 changed files with 4 additions and 4 deletions

View File

@ -1,6 +1,6 @@
{ {
"name": "fanslysync-desktop", "name": "fanslysync-desktop",
"version": "0.1.5", "version": "0.1.6",
"private": true, "private": true,
"scripts": { "scripts": {
"dev": "vite dev", "dev": "vite dev",

2
src-tauri/Cargo.lock generated
View File

@ -92,7 +92,7 @@ checksum = "c1fd03a028ef38ba2276dce7e33fcd6369c158a1bca17946c4b1b701891c1ff7"
[[package]] [[package]]
name = "app" name = "app"
version = "0.1.5" version = "0.1.6"
dependencies = [ dependencies = [
"dirs 5.0.1", "dirs 5.0.1",
"lazy_static", "lazy_static",

View File

@ -1,6 +1,6 @@
[package] [package]
name = "app" name = "app"
version = "0.1.5" version = "0.1.6"
description = "A Tauri App" description = "A Tauri App"
authors = ["SticksDev"] authors = ["SticksDev"]
license = "MIT" license = "MIT"

View File

@ -42,7 +42,7 @@
"createUpdaterArtifacts": true "createUpdaterArtifacts": true
}, },
"productName": "FanslySync", "productName": "FanslySync",
"version": "0.1.5", "version": "0.1.6",
"identifier": "com.fanslycreatorbot.fanslysync", "identifier": "com.fanslycreatorbot.fanslysync",
"plugins": { "plugins": {
"updater": { "updater": {