Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Update version
Browse files Browse the repository at this point in the history
  • Loading branch information
SerVB committed May 19, 2021
1 parent 9ee66ca commit 025c13f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ intellijPluginVersion=0.4.14
javassistVersion=3.27.0-GA
kotlinVersion=1.4.20
mockitoKotlinVersion=2.2.0
projectorClientVersion=555e38b5
projectorClientVersion=d70818f7
targetJvm=11
# Give JitPack some time to build projector-client:
systemProp.org.gradle.internal.http.connectionTimeout=180000
Expand Down
6 changes: 6 additions & 0 deletions projector-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

Notable changes to this project are documented in this file.

# 1.4.2

# Updated

- Projector Server v1.1.6.

# 1.4.1

## Changed
Expand Down
2 changes: 1 addition & 1 deletion projector-plugin/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ plugins {
id("org.jetbrains.intellij")
}

version = "1.4.1"
version = "1.4.2"

val projectorClientVersion: String by project

Expand Down
10 changes: 10 additions & 0 deletions projector-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 1.1.6

## Changed

- Performance: Make window redrawing rare if it takes long time

## Fixed

- Minor logging improvements

# 1.1.5

## Fixed
Expand Down

0 comments on commit 025c13f

Please sign in to comment.