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",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"scripts": {
"dev": "vite dev",

2
src-tauri/Cargo.lock generated
View File

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

View File

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

View File

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