Skip to content

Commit 01ae031

Browse files
chore: version 2.2.1 (#150)
1 parent 7407a46 commit 01ae031

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
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.2.1]
5+
6+
- fix: IDE error: Cannot read field "x" because "nd" is null ([#149](https://github.com/crowdin/android-studio-plugin/pull/149))
7+
48
## [2.2.0]
59

610
- feat: option to skip special chars escape ([#144](https://github.com/crowdin/android-studio-plugin/pull/144))

build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group 'com.crowdin.crowdin-idea'
8-
version '2.2.0'
8+
version '2.2.1'
99

1010
sourceCompatibility = '17'
1111

@@ -40,7 +40,7 @@ intellij {
4040
}
4141
patchPluginXml {
4242
changeNotes = """
43-
- Add escape_special_characters option support"""
43+
- Bug fixes"""
4444
}
4545

4646
wrapper {

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

Lines changed: 1 addition & 1 deletion
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.2.0</version>
4+
<version>2.2.1</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)