diff --git a/README.md b/README.md index fadd76e..261fb4b 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ WSSimulator is an open source library that easily allows for you to simulate ext **Getting Started** * Java 8 -* The dependency from JCenter or the Standalone [distro](https://github.com/CognitiveJ/wssimulator/releases/download/0.2.8/wssimulator-0.2.8.zip "Download Standalone Version") +* The dependency from JCenter or the Standalone [distro](https://github.com/CognitiveJ/wssimulator/releases/download/0.2.9/wssimulator-0.2.9.zip "Download Standalone Version") To simulate web service calls, you first need to describe the simulation. This process is very easy as Simulations are created in a YAML format and you don't need to 'simulate' much to get start as the only required field for you to define is _path_ and WSSimulator will default the other options. @@ -54,7 +54,7 @@ There are 2 ways to use WSSimulator; as a standalone application or as an embedd WSSimulator is packaged here and supports been executed on both *nix & windows systems; * For *nix systems - - Unizip the ws-simulator-0.2.8.zip file to a local directory + - Unizip the ws-simulator-0.2.9.zip file to a local directory - Then Call: ```shell @@ -62,7 +62,7 @@ WSSimulator is packaged here and supports been executed on both *nix & windows s ``` * For Windows - - Unizip the ws-simulator-0.2.8.zip file to a local directory + - Unizip the ws-simulator-0.2.9.zip file to a local directory - Then Call: ```shell ./wssimulator.bat @@ -96,7 +96,7 @@ repositories { } dependencies { - compile "cognitivej:wssimulator:0.2.8" + compile "cognitivej:wssimulator:0.2.9" ... } @@ -107,7 +107,7 @@ repositories { cognitivej wssimulator - 0.2.8 + 0.2.9 pom ```