Skip to content

Commit

Permalink
Release of version v0.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Almighty-Alpaca committed Jul 8, 2018
1 parent dfe4d40 commit 6dac32f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
## development
## v0.9.0 - More settings & languages, less bugs
- Added F# (#43)
- Added additional C# file extensions (#43)
- Added setting to force big IDE icon (#27)
Expand Down
1 change: 0 additions & 1 deletion DESCRIPTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
Publishes rich presence information about your current project to Discord.
For bugs or feature requests visit [the project on github](https://github.com/Almighty-Alpaca/JetBrains-Discord-Integration) or [join the Discord server](https://discord.gg/SvuyuMP).


## Features:
- Shows the Project and File as well as the IDE and language you're using in Discord
- Shows beautiful icons for you the IDE and language
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import java.awt.*
sourceCompatibility = targetCompatibility = JavaVersion.VERSION_1_8

group = 'com.almightyalpaca.jetbrains.plugins.discord'
version = '0.8.0'
version = '0.9.0'

ext {
github = 'https://github.com/Almighty-Alpaca/JetBrains-Discord-Integration/'
Expand Down Expand Up @@ -86,7 +86,7 @@ ext {
.replaceAll('\\s*</ul>\\s*', '</ul>')

// Replace newlines
.replace('\r?\n', '<br>')
.replace('\n', '<br>')
// @formatter:on
}

Expand Down

0 comments on commit 6dac32f

Please sign in to comment.