Skip to content

Commit

Permalink
chore: version 2.0.2 (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrii-bodnar authored Jun 12, 2024
1 parent 3f18bdf commit 72c1d22
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Changelog
All notable changes to this project will be documented in this file.

## [2.0.2]

- fix: base url validation ([#126](https://github.com/crowdin/android-studio-plugin/pull/126))

## [2.0.1]

- fix: improved error messages ([#124](https://github.com/crowdin/android-studio-plugin/pull/124))
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ plugins {
}

group 'com.crowdin.crowdin-idea'
version '2.0.1'
version '2.0.2'

sourceCompatibility = '17'

Expand Down Expand Up @@ -38,7 +38,7 @@ intellij {
}
patchPluginXml {
changeNotes = """
- Improved error messages"""
- Fix base_url validation"""
}

wrapper {
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<idea-plugin>
<id>com.crowdin.crowdin-idea</id>
<name>Crowdin</name>
<version>2.0.1</version>
<version>2.0.2</version>
<!-- https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#platformVersions-->
<!-- https://www.jetbrains.com/idea/download/other.html-->
<idea-version since-build="222.*"/>
Expand Down

0 comments on commit 72c1d22

Please sign in to comment.