Skip to content

Commit ee6c008

Browse files
Updated version
1 parent b4c6a7c commit ee6c008

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ pluginGroup = com.github.akshayashokcode.devfocus
44
pluginName = DevFocus
55
pluginRepositoryUrl = https://github.com/AkshayAshokCode/DevFocus
66
# SemVer format -> https://semver.org
7-
pluginVersion = 1.1.1
7+
pluginVersion = 1.2.0
88

99
# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
1010
pluginSinceBuild = 233

src/main/resources/META-INF/plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@
3434
<postStartupActivity implementation="com.github.akshayashokcode.devfocus.startup.MyProjectActivity" />
3535
<projectService serviceImplementation="com.github.akshayashokcode.devfocus.services.pomodoro.PomodoroTimerService"/>
3636
<notificationGroup id="DevFocus Notifications" displayType="BALLOON"/>
37-
<statusBarWidgetFactory implementation="com.github.akshayashokcode.devfocus.statusbar.PomodoroStatusBarWidgetFactory"/>
37+
<statusBarWidgetFactory id="DevFocusStatusBarWidget" implementation="com.github.akshayashokcode.devfocus.statusbar.PomodoroStatusBarWidgetFactory"/>
3838
</extensions>
3939
</idea-plugin>

0 commit comments

Comments
 (0)