From a1bcb875700eeb66d621919ffdfde96ad3eec48f Mon Sep 17 00:00:00 2001 From: Martin Alejandro Escobar Espinel Date: Wed, 21 Sep 2022 19:26:07 -0500 Subject: [PATCH] version solving and readme update --- README.md | 2 +- gradle.properties | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 1be13ce..522da6c 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ # README -![snippets in action](https://res.cloudinary.com/dhlvkhuhz/image/upload/v1663803339/personal/example_gatvab.gif) +![snippets in action](https://res.cloudinary.com/dhlvkhuhz/image/upload/v1663806291/personal/example_intellij_plugin_clbskf.gif) A set of helpful Flutter and Dart snippets for day to day Flutter development. diff --git a/gradle.properties b/gradle.properties index e9772e5..5239789 100644 --- a/gradle.properties +++ b/gradle.properties @@ -3,7 +3,7 @@ pluginGroup = com.github.martinale14.stackedsnippetsintellij pluginName = Stacked Snippets # SemVer format -> https://semver.org -pluginVersion = 0.0.2 +pluginVersion = 0.1.0 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 213