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

Commit

Permalink
Update icons
Browse files Browse the repository at this point in the history
  • Loading branch information
SerVB committed Mar 1, 2021
1 parent 47059de commit e376a29
Show file tree
Hide file tree
Showing 5 changed files with 59 additions and 51 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ intellijPluginVersion=0.4.14
javassistVersion=3.27.0-GA
kotlinVersion=1.4.20
mockitoKotlinVersion=2.2.0
projectorClientVersion=5db8612c
projectorClientVersion=86e6a1e4
targetJvm=11
# Give JitPack some time to build projector-client:
systemProp.org.gradle.internal.http.connectionTimeout=180000
Expand Down
10 changes: 10 additions & 0 deletions projector-plugin/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

Notable changes to this project are documented in this file.

# 1.0.4

## Changed.

- Icons.

# Updated

- Projector Server v1.0.0.

# 1.0.3

## Fixed
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 @@ -22,7 +22,7 @@ plugins {
id("org.jetbrains.intellij")
}

version = "1.0.3"
version = "1.0.4"

val projectorClientVersion: String by project

Expand Down
89 changes: 40 additions & 49 deletions projector-plugin/src/main/resources/META-INF/pluginIcon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 7 additions & 0 deletions projector-server/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 1.0.0

## Changed

- PRJ-255 Change default port to 80 or 443 depending on window.location.protocol.
- Icons.

# 0.51.15

## Fixed
Expand Down

0 comments on commit e376a29

Please sign in to comment.