diff --git a/CHANGELOG.md b/CHANGELOG.md index 753d073..0450a54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,9 +4,13 @@ ## [Unreleased] +## [0.0.3] +### Docs +- Improve README.md + ## [0.0.2] ### Chore -- Improce Plugin icon +- Improve Plugin icon ## [0.0.1] ### Added diff --git a/README.md b/README.md index 29979b5..3edcbf5 100644 --- a/README.md +++ b/README.md @@ -22,10 +22,10 @@ Support configuration file: - cspell.yml - package.json `cspell` field -![example](https://raw.githubusercontent.com/BlackHole1/idea-spell-check/main/assets/example.gif) - +![example](https://raw.githubusercontent.com/BlackHole1/idea-spell-check/main/assets/example.gif) + ## Installation - Using IDE built-in plugin system: diff --git a/gradle.properties b/gradle.properties index 513f706..b762394 100644 --- a/gradle.properties +++ b/gradle.properties @@ -4,7 +4,7 @@ pluginGroup = com.github.blackhole1.ideaspellcheck pluginName = CSpell Check pluginRepositoryUrl = https://github.com/BlackHole1/idea-spell-check # SemVer format -> https://semver.org -pluginVersion = 0.0.2 +pluginVersion = 0.0.3 # Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html pluginSinceBuild = 213