Skip to content

Commit

Permalink
fix plugin's name
Browse files Browse the repository at this point in the history
  • Loading branch information
AnBuiii committed Apr 26, 2024
1 parent cc46ea7 commit 89eaaa4
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

## Description

Gemini is Intellij Platform's plugin that auto generate answer in code editor backed by Google's Gemini
Gemini is Intellij Platform's plugin that auto generate answer in code editor backed by Google's Gemini.

This is an open source project developed by [AnBui](/~https://github.com/AnBuiii) only for education purpose!

## How it works?

Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ pluginGroup = com.github.anbuiii.intellijplugin
pluginName = Gemini
pluginRepositoryUrl = /~https://github.com/AnBuiii/gemini_plugin
# SemVer format -> https://semver.org
pluginVersion = 0.1.2
pluginVersion = 0.1.3

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 233
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
parentId="tools"
instance="com.github.anbuiii.intellijplugin.setting.AppSettingsConfigurable"
id="org.intellij.sdk.settings.AppSettingsConfigurable"
displayName="Gemini"/>
displayName="Gemini For Education"/>
</extensions>
<actions>
<action
Expand Down

0 comments on commit 89eaaa4

Please sign in to comment.