Skip to content

Commit

Permalink
Bump to v0.1.0-alpha-2
Browse files Browse the repository at this point in the history
  • Loading branch information
InSyncWithFoo committed Sep 8, 2024
1 parent c1a04b6 commit c35532c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .scripts/changelog.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ class Changelog:
r"""(?mix)
^\#\#\x20\[([^[\]]+)].*\n
((?s:.)+?)
(?=\n\#\#\x20|\n\x20\x20\[[^[\]]+])
(?=\n\#\#\x20|\n\x20\x20\[Unreleased])
"""
)

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ Add the following line to the <b>Help</b> |

## Installation

This plugin is [available on the Marketplace][7] under the Nightly channel.
This plugin is [available on the Marketplace][7].
You can also download the ZIP files manually from [the <i>Releases</i> tab][10],
[the `build` branch][11] or [the <i>Actions</i> tab][12]
and follow the instructions described [here][13].
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 = insyncwithfoo.ryecharm
pluginName = RyeCharm
pluginRepositoryUrl = https://github.com/InSyncWithFoo/ryecharm
# SemVer format -> https://semver.org
pluginVersion = 0.1.0-alpha-1
pluginVersion = 0.1.0-alpha-2

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 242.20224.347
Expand Down

0 comments on commit c35532c

Please sign in to comment.