Skip to content

Commit 13dbfef

Browse files
authored
Merge pull request #384 from FWDekker/bump-version
Bump version number, fix change notes
2 parents 465fda1 + b6a8b91 commit 13dbfef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ assignees: FWDekker
2424
<!-- If applicable, add screenshots to help explain your problem. -->
2525

2626
**Version information**
27-
- Randomness version [e.g. 2.7.1]: <!-- Check `Settings -> Plugins` in your IDE and search for `Randomness` -->
27+
- Randomness version [e.g. 2.7.2]: <!-- Check `Settings -> Plugins` in your IDE and search for `Randomness` -->
2828
- IDE version [e.g. IntelliJ Community 2021.1.2]: <!-- Check `Help -> About` in your IDE -->
2929
- Operating system [e.g. Windows 10, Ubuntu 20.04, macOS 11.4]: <!-- Use a search engine for help if you don't know -->
3030
- Java version [e.g. 1.8.291, 11.0.11]: <!-- Run `java -version` in a terminal or check https://www.java.com/en/download/help/version_manual.xml -->

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
group = com.fwdekker
2-
version = 2.7.2-dev
2+
version = 2.7.2
33

44
# Compatibility
55
# * If latest is 20xx.y, then support at least [20xx-1].[y+1].

src/main/resources/META-INF/change-notes.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<b>Fixes</b>
1616
<p>
1717
Prevent symbol set settings from being truncated after restarting IDE.
18-
(<a href="https://github.com/FWDekker/intellij-randomness/issues/370">#370</a>)
18+
(<a href="https://github.com/FWDekker/intellij-randomness/issues/382">#382</a>)
1919
</p>
2020
<br />
2121
Change notes of previous updates can be found on the

0 commit comments

Comments
 (0)