diff --git a/CHANGELOG.md b/CHANGELOG.md index 5fbdaac..d6fb8ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). +## [0.4.3] - 2023-05-08 + +- Add try catch for CopyRecoverFile + ## [0.4.2] - 2024-05-01 - Fix command diff --git a/manifest.json b/manifest.json index a7d6a4c..cceede7 100644 --- a/manifest.json +++ b/manifest.json @@ -4,5 +4,5 @@ "type": "native", "description": "A LeviLamina plugin which is port from LiteLoaderBDS to help you backup more easily", "author": "yqs112358 & ShrBox", - "version": "0.4.2" + "version": "0.4.3" } diff --git a/tooth.json b/tooth.json index 5177b5a..9447aea 100644 --- a/tooth.json +++ b/tooth.json @@ -1,7 +1,7 @@ { "format_version": 2, "tooth": "github.com/ShrBox/BackupHelper", - "version": "0.4.2", + "version": "0.4.3", "info": { "name": "BackupHelper", "description": "A LeviLamina plugin which is port from LiteLoaderBDS to help you backup more easily", @@ -11,7 +11,7 @@ "plugin" ] }, - "asset_url": "https://github.com/ShrBox/BackupHelper/releases/download/v0.4.2/BackupHelper-windows-x64.zip", + "asset_url": "https://github.com/ShrBox/BackupHelper/releases/download/v0.4.3/BackupHelper-windows-x64.zip", "dependencies": { "gitea.litebds.com/ShrBox/7-zip": "23.x" },