Skip to content

Commit

Permalink
Update to 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ChargeIn committed Mar 12, 2024
1 parent fa93926 commit cb7c0e5
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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.1.0-green.svg)](https://github.com/ChargeIn/RestTester)
[![Current Version](https://img.shields.io/badge/version-1.1.1-green.svg)](https://github.com/ChargeIn/RestTester)

A rest api testing tool for Jetbrains IDEAs ([Marketplace](https://plugins.jetbrains.com/plugin/20924-rest-tester))

Expand Down
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.flop"
version = "1.1.0"
version = "1.1.1"

repositories {
mavenCentral()
Expand Down
7 changes: 7 additions & 0 deletions src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,13 @@
</description>

<change-notes><![CDATA[
<h3>1.1.1 Bug Fixes</h3>
<ul>
<li>Fixed query params not being appended correctly.</li>
<li>Fixed tree ui error from wrong thread.</li>
<li>Fixed request not being canceled when switching requests.</li>
</ul>
<h3>1.1.0 New Features</h2>
<ul>
<li>Added support to customize response headers.</li>
Expand Down

0 comments on commit cb7c0e5

Please sign in to comment.