Skip to content

Commit 7133382

Browse files
committed
adjust version number
1 parent b637c91 commit 7133382

File tree

4 files changed

+41
-43
lines changed

4 files changed

+41
-43
lines changed

.idea/workspace.xml

Lines changed: 29 additions & 31 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle.kts

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ plugins {
55
}
66

77
group = "io.github.codegrits"
8-
version = "0.3.0"
8+
version = "0.3.1"
99

1010
repositories {
1111
mavenCentral()
@@ -23,15 +23,15 @@ dependencies {
2323
// Configure Gradle IntelliJ Plugin
2424
// Read more: https://plugins.jetbrains.com/docs/intellij/tools-gradle-intellij-plugin.html
2525
intellij {
26-
// version.set("2022.2")
27-
// type.set("IC") // use IntelliJ Community base, it supports all IDEs
28-
localPath.set( // Example paths for local development
29-
if (System.getProperty("os.name").lowercase().contains("windows")) {
30-
"D:/Program Files/JetBrains/IntelliJ IDEA 2024.3.4.1"
31-
} else {
32-
"/Applications/PyCharm.app/Contents"
33-
}
34-
)
26+
version.set("2022.2")
27+
type.set("IC") // use IntelliJ Community base, it supports all IDEs
28+
// localPath.set( // Example paths for local development
29+
// if (System.getProperty("os.name").lowercase().contains("windows")) {
30+
// "D:/Program Files/JetBrains/IntelliJ IDEA 2024.3.4.1"
31+
// } else {
32+
// "/Applications/PyCharm.app/Contents"
33+
// }
34+
// )
3535
}
3636

3737
tasks {

retype.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ url: https://codegrits.github.io/CodeGRITS/
55
branding:
66
title: CodeGRITS
77
logo: static/logo.png
8-
label: v0.3.0
8+
label: v0.3.1
99

1010
meta:
1111
title: " | CodeGRITS - JetBrains IDE and Eye Tracking"

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
text="Pause Tracking">
5252
<add-to-group group-id="ToolsMenu" anchor="after" relative-to-action="CodeGRITS.StartStopTracking"/>
5353
</action>
54-
<action id="CodeGRITS.Config" class="actions.ConfigAction" text="CodeGRITS Configuration"
54+
<action id="CodeGRITS.Config" class="actions.ConfigAction" text="CodeGRITS Config"
5555
description="Configure tracking options">
5656
<add-to-group group-id="ToolsMenu" anchor="after" relative-to-action="CodeGRITS.PauseResumeTracking"/>
5757
</action>

0 commit comments

Comments
 (0)