Skip to content

Commit

Permalink
2018.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hurricup committed Apr 7, 2018
1 parent 2cb1f51 commit 03fb016
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
# https://www.jetbrains.com/intellij-repository/snapshots

name="PsiViewer"
platformVersion=15
platformBranch=.0
platformVersion=2018
platformBranch=.1
platformBuild=
pluginVersion=15
pluginVersion=2018
pluginBuild=
javaVersion=1.8
javaTargetVersion=1.8
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
/**
* Created by Jon on 10/7/2016.
*/
@State(name = PsiViewerConstants.CONFIGURATION_COMPONENT_NAME, storages = @Storage(file = "other.xml"))
@State(name = PsiViewerConstants.CONFIGURATION_COMPONENT_NAME, storages = @Storage("other.xml"))
public class PsiViewerApplicationSettings implements PersistentStateComponent<PsiViewerApplicationSettings> {
private final TextAttributes _textAttributes = new TextAttributes();
public String HIGHLIGHT_COLOR;
Expand Down

0 comments on commit 03fb016

Please # to comment.