Skip to content

Commit bc8c9e2

Browse files
committed
Release 1.1
1 parent 01467c7 commit bc8c9e2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ Under tab "Available Plugins", select "CORS Pre-Processor", then click "Apply Ch
5151

5252
### Via Package from [JMeter-Plugins.org](https://jmeter-plugins.org/)
5353

54-
Extract the [zip package](https://jmeter-plugins.org/files/packages/tilln-cors-plugin-1.0.zip) into JMeter's home directory, then restart JMeter.
54+
Extract the [zip package](https://jmeter-plugins.org/files/packages/tilln-cors-plugin-1.1.zip) into JMeter's home directory, then restart JMeter.
5555

5656
### Via Manual Download
5757

58-
1. Copy the [jmeter-cors-plugin jar file](https://github.com/tilln/jmeter-cors-plugin/releases/download/1.0/jmeter-cors-plugin-1.0.jar) into JMeter's lib/ext directory.
58+
1. Copy the [jmeter-cors-plugin jar file](https://github.com/tilln/jmeter-cors-plugin/releases/download/1.1/jmeter-cors-plugin-1.1.jar) into JMeter's lib/ext directory.
5959
2. Restart JMeter.
6060

6161

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<groupId>nz.co.breakpoint</groupId>
55
<artifactId>jmeter-cors-plugin</artifactId>
66
<packaging>jar</packaging>
7-
<version>1.0</version>
7+
<version>1.1</version>
88
<name>JMeter CORS Plugin</name>
99
<url>https://github.com/tilln/jmeter-cors-plugin</url>
1010

0 commit comments

Comments
 (0)