Skip to content

Commit

Permalink
Merge pull request #56 from crowdin/Version-1.4.0
Browse files Browse the repository at this point in the history
Version 1.4.0
  • Loading branch information
andrii-bodnar authored Apr 16, 2021
2 parents 0d108be + 71ac689 commit 7a132f3
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.

## [1.4.0]

- Added: 'Project progress' UI ([#55](https://github.com/crowdin/android-studio-plugin/pull/55))

## [1.3.1]

- Updated: Improve error wrapping for api client ([#52](https://github.com/crowdin/android-studio-plugin/pull/52))
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 '1.3.1'
version '1.4.0'

sourceCompatibility = 1.8

Expand Down Expand Up @@ -43,7 +43,7 @@ intellij {
}
patchPluginXml {
changeNotes """
- Fix deprecated API usage, Improve error wrapping for api client"""
- Added Project Progress UI"""
}

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.3.1</version>
<version>1.4.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 7a132f3

Please sign in to comment.