A photo manager for VRChat.

version bump

phaz.uk f350867d d45066b6

verified
Changed files
+5 -5
src-tauri
+3 -3
changelog
··· 119 119 - Remove all sync stuff 120 120 - Removed automatic updates 121 121 122 - v0.2.7: 123 - - Fixed loading when an image file is corrupted 124 - - Fixed update prompt when not connected to internet 122 + Hotfix 1: 123 + - Fixed loading when an image file is corrupted 124 + - Fixed update prompt when not connected to internet
+1 -1
src-tauri/Cargo.lock
··· 4 4 5 5 [[package]] 6 6 name = "VRChatPhotoManager" 7 - version = "0.2.7" 7 + version = "0.2.6-hot1" 8 8 dependencies = [ 9 9 "arboard", 10 10 "dirs 5.0.1",
+1 -1
src-tauri/Cargo.toml
··· 1 1 [package] 2 2 name = "VRChatPhotoManager" 3 - version = "0.2.7" 3 + version = "0.2.6-hot1" 4 4 description = "VRChat Photo Manager" 5 5 authors = ["_phaz"] 6 6 edition = "2021"