Skip to content

Commit

Permalink
修改版本号
Browse files Browse the repository at this point in the history
  • Loading branch information
Nonoas committed May 3, 2024
1 parent c90cace commit 730585b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@ plugins {
}

group 'indi.bookmarkx'
version '1.1.1-SNAPSHOT'
version '2.0.0'

repositories {
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/indi/bookmarkx/RootWindowFactory.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ public void createToolWindowContent(@NotNull Project project, ToolWindow toolWin

initManager(project, panel);

ContentFactory contentFactory = ContentFactory.SERVICE.getInstance();
ContentFactory contentFactory = ContentFactory.getInstance();
Content regularRetention = contentFactory.createContent(panel, null, false);

toolWindow.getContentManager().addContent(regularRetention);
Expand Down

0 comments on commit 730585b

Please sign in to comment.