Skip to content

Commit

Permalink
Release update
Browse files Browse the repository at this point in the history
  • Loading branch information
ChargeIn committed Aug 31, 2024
1 parent 1829dd9 commit 9afea5d
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Rest Tester Plugin

[![Current Version](https://img.shields.io/badge/version-1.4.1-green.svg)](https://github.com/ChargeIn/RestTester)
[![Current Version](https://img.shields.io/badge/version-1.4.2-green.svg)](https://github.com/ChargeIn/RestTester)

<!-- Plugin description -->
A simple open source rest api testing tool for Jetbrains
Expand All @@ -19,8 +19,8 @@ IDEAs ([Marketplace](https://plugins.jetbrains.com/plugin/20924-rest-tester))

## Testing

&#9989; Intellij Community 2023.3.1\
&#9989; Intellij Ultimate 2023.2
&#9989; Intellij Community 2024.2
&#9989; Intellij Ultimate 2024.2

---

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 = org.flop
pluginName = Rest Tester
pluginRepositoryUrl = https://github.com/ChargeIn/RestTester
# SemVer format -> https://semver.org
pluginVersion = 1.4.1
pluginVersion = 1.4.2

# Supported build number ranges and IntelliJ Platform versions -> https://plugins.jetbrains.com/docs/intellij/build-number-ranges.html
pluginSinceBuild = 232.10300.40
Expand Down
4 changes: 3 additions & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,10 @@
</description>

<change-notes><![CDATA[
<h3>1.4.1 Bug Fixes</h3>
<h3>1.4.1 - 1.4.2 Bug Fixes</h3>
<ul>
<li>Fix background color of main input for Intellij 24.x.</li>
<li>Fix incorrect tooltips.</li>
<li>Dangling slashes are no longer removed from the url.</li>
</ul>
Expand Down

0 comments on commit 9afea5d

Please sign in to comment.