Skip to content

Commit 72c1d22

Browse files
chore: version 2.0.2 (#127)
1 parent 3f18bdf commit 72c1d22

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Changelog
22
All notable changes to this project will be documented in this file.
33

4+
## [2.0.2]
5+
6+
- fix: base url validation ([#126](https://github.com/crowdin/android-studio-plugin/pull/126))
7+
48
## [2.0.1]
59

610
- fix: improved error messages ([#124](https://github.com/crowdin/android-studio-plugin/pull/124))

build.gradle

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'com.crowdin.crowdin-idea'
8-
version '2.0.1'
8+
version '2.0.2'
99

1010
sourceCompatibility = '17'
1111

@@ -38,7 +38,7 @@ intellij {
3838
}
3939
patchPluginXml {
4040
changeNotes = """
41-
- Improved error messages"""
41+
- Fix base_url validation"""
4242
}
4343

4444
wrapper {

src/main/resources/META-INF/plugin.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<idea-plugin>
22
<id>com.crowdin.crowdin-idea</id>
33
<name>Crowdin</name>
4-
<version>2.0.1</version>
4+
<version>2.0.2</version>
55
<!-- https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#platformVersions-->
66
<!-- https://www.jetbrains.com/idea/download/other.html-->
77
<idea-version since-build="222.*"/>

0 commit comments

Comments
 (0)