Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
tbm98 committed Dec 18, 2021
1 parent c1e126f commit c4d9dc4
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 11 deletions.
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# -> https://plugins.jetbrains.com/docs/intellij/intellij-artifacts.html
pluginGroup=com.github.tbm98.flutterriverpodsnippets
pluginName=flutter-riverpod-snippets
pluginVersion=2.213
pluginVersion=2.213.0


# See https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
Expand Down
7 changes: 0 additions & 7 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,5 @@
<extensions defaultExtensionNs="com.intellij">
<defaultLiveTemplates file="/liveTemplates/Flutter_riverpod_snippets.xml"/>
<liveTemplateContext implementation="com.github.tbm98.flutterriverpodsnippets.FlutterContext" />
<applicationService serviceImplementation="com.github.tbm98.testtt.services.MyApplicationService"/>
<projectService serviceImplementation="com.github.tbm98.testtt.services.MyProjectService"/>
</extensions>

<applicationListeners>
<listener class="com.github.tbm98.testtt.listeners.MyProjectManagerListener"
topic="com.intellij.openapi.project.ProjectManagerListener"/>
</applicationListeners>
</idea-plugin>
3 changes: 0 additions & 3 deletions src/main/resources/messages/MyBundle.properties

This file was deleted.

0 comments on commit c4d9dc4

Please sign in to comment.