Skip to content

Commit

Permalink
Merge pull request #76 from crowdin/Version-1.6.0
Browse files Browse the repository at this point in the history
Version 1.6.0
  • Loading branch information
andrii-bodnar authored Sep 5, 2022
2 parents b024793 + 826d89c commit 925fc34
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 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.

## [1.6.0]

- Added: String keys autocompletion ([#75](https://github.com/crowdin/android-studio-plugin/pull/75))

## [1.5.1]

- Added: Add new context actions and refactor code ([#71](https://github.com/crowdin/android-studio-plugin/pull/71))
Expand Down
5 changes: 2 additions & 3 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 '1.5.1'
version '1.6.0'

sourceCompatibility = 1.8

Expand Down Expand Up @@ -44,8 +44,7 @@ intellij {
}
patchPluginXml {
changeNotes """
- Add new context actions and refactor code<br>
- Fix 'download sources' command for Windows"""
- String keys autocompletion"""
}

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>1.5.1</version>
<version>1.6.0</version>
<idea-version since-build="163.*"/>
<vendor email="[email protected]" url="https://crowdin.com/contacts">Crowdin</vendor>
<description><![CDATA[
Expand Down

0 comments on commit 925fc34

Please sign in to comment.