Skip to content

Commit

Permalink
Changed plugin id to org.ton.intellij.plugin (#142)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypfau authored Dec 18, 2023
1 parent 2ece598 commit e9789d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
org.gradle.jvmargs=-Xmx4096m
pluginGroup=org.ton
pluginVersion=2.0.2
pluginVersion=2.0.3
publishChannel=release
publishToken=token
enableBuildSearchableOptions=false
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
@@ -1,5 +1,5 @@
<idea-plugin url="https://ton.org" xmlns:xi="http://www.w3.org/2001/XInclude">
<id>com.github.andreypfau.intellij-ton</id>
<id>org.ton.intellij.plugin</id>
<name>TON</name>
<category>Languages</category>
<vendor url="https://github.com/ton-blockchain/intellij-ton">TON Foundation</vendor>
Expand Down

0 comments on commit e9789d5

Please sign in to comment.