File tree 3 files changed +7
-3
lines changed
src/main/resources/META-INF
3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
All notable changes to this project will be documented in this file.
3
3
4
+ ## [ 2.0.2]
5
+
6
+ - fix: base url validation ([ #126 ] ( https://github.com/crowdin/android-studio-plugin/pull/126 ) )
7
+
4
8
## [ 2.0.1]
5
9
6
10
- fix: improved error messages ([ #124 ] ( https://github.com/crowdin/android-studio-plugin/pull/124 ) )
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ plugins {
5
5
}
6
6
7
7
group ' com.crowdin.crowdin-idea'
8
- version ' 2.0.1 '
8
+ version ' 2.0.2 '
9
9
10
10
sourceCompatibility = ' 17'
11
11
@@ -38,7 +38,7 @@ intellij {
38
38
}
39
39
patchPluginXml {
40
40
changeNotes = """
41
- - Improved error messages """
41
+ - Fix base_url validation """
42
42
}
43
43
44
44
wrapper {
Original file line number Diff line number Diff line change 1
1
<idea-plugin >
2
2
<id >com.crowdin.crowdin-idea</id >
3
3
<name >Crowdin</name >
4
- <version >2.0.1 </version >
4
+ <version >2.0.2 </version >
5
5
<!-- https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html#platformVersions-->
6
6
<!-- https://www.jetbrains.com/idea/download/other.html-->
7
7
<idea-version since-build =" 222.*" />
You can’t perform that action at this time.
0 commit comments