Skip to content

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
wilinz committed Sep 20, 2022
1 parent ed2ac7e commit 4e8b6b6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# GlobalizationTranslator Plugin Changelog

## 1.0.3 (2022/09/20)
- Add first char capitalization checkbox

## 1.0.2 (2022/08/3)
- Fix xml escape character bug
- Update document
4 changes: 2 additions & 2 deletions build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ plugins {
}

group = "com.wilinz.globalization"
version = "1.0.2"
version = "1.0.3"

repositories {
mavenCentral()
Expand Down Expand Up @@ -62,7 +62,7 @@ tasks {
kotlinOptions.jvmTarget = "11"
}
patchPluginXml {
sinceBuild.set("203")
sinceBuild.set("172")
untilBuild.set("")
pluginDescription.set(getDescription("description.md"))
changeNotes.set(provider { changelog.getLatest().toHTML() })
Expand Down

0 comments on commit 4e8b6b6

Please sign in to comment.