diff --git a/Assets/Badge/version.svg b/Assets/Badge/version.svg index 97b7714..9719eaf 100644 --- a/Assets/Badge/version.svg +++ b/Assets/Badge/version.svg @@ -1 +1 @@ -VERSION: 1.1VERSION1.1 \ No newline at end of file +VERSION: 1.2VERSION1.2 \ No newline at end of file diff --git a/README.md b/README.md index 7b5f601..c6802c8 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ - [快速入门](#快速入门) - [下载](#下载) - [TODO List](#todo-list) -- [Thanks](#thanks) +- [Dependency](#dependency) - [LICENSE](#license-apache-20) ## 快速入门 @@ -21,8 +21,7 @@ ## 下载 - - 2022/04/25 v1.1 [releases](https://github.com/hoywu/SubtitlesCommenter/releases/tag/v1.1) - - 2022/04/13 v1.0 [releases](https://github.com/hoywu/SubtitlesCommenter/releases/tag/v1.0) + - [releases](https://github.com/hoywu/SubtitlesCommenter/releases) ## TODO List @@ -33,7 +32,7 @@ - [x] 自适应调整每行持续时间(实验性) - [ ] 国际化 -## Thanks +## Dependency - [UTF-unknown](https://github.com/CharsetDetector/UTF-unknown) - 判断文件编码 diff --git a/SubtitlesCommenter/Bean/Constants.cs b/SubtitlesCommenter/Bean/Constants.cs index 21f2105..1319566 100644 --- a/SubtitlesCommenter/Bean/Constants.cs +++ b/SubtitlesCommenter/Bean/Constants.cs @@ -2,7 +2,7 @@ { internal class Constants { - public const string VERSION = "v1.1"; + public const string VERSION = "v1.2"; //public static readonly string SettingPath = Environment.CurrentDirectory + "\\Setting.json"; public const string ERROR_MESSAGE_PROGRAMING_ERROR = "程序错误,请联系开发者反馈问题"; } diff --git a/SubtitlesCommenter/SubtitlesCommenter.csproj b/SubtitlesCommenter/SubtitlesCommenter.csproj index 20bfbd0..2057b5d 100644 --- a/SubtitlesCommenter/SubtitlesCommenter.csproj +++ b/SubtitlesCommenter/SubtitlesCommenter.csproj @@ -10,7 +10,7 @@ icon.ico Copyright © 2022 hoywu<wu_git@outlook.com> none - 1.1.0 + 1.2.0