From 9834a75fa19dcbd81e304ad00621cbcd3d83a10d Mon Sep 17 00:00:00 2001 From: profesorfalken Date: Fri, 12 Oct 2018 22:58:50 +0200 Subject: [PATCH] Update version in README file --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5882cd8..09c4c85 100644 --- a/README.md +++ b/README.md @@ -21,18 +21,18 @@ Check all the new features here: https://github.com/profesorfalken/jPowerShell/w ## Installation -To install jPowerShell you can add the dependecy to your software project management tool: https://search.maven.org/artifact/com.profesorfalken/jPowerShell/3.0/jar +To install jPowerShell you can add the dependecy to your software project management tool: https://search.maven.org/artifact/com.profesorfalken/jPowerShell/3.0.1/jar For example, for Maven you have just to add to your pom.xml: com.profesorfalken jPowerShell - 3.0 + 3.0.1 Instead, you can direct download the JAR file and add it to your classpath. -https://repo1.maven.org/maven2/com/profesorfalken/jPowerShell/3.0/jPowerShell-3.0.jar +https://repo1.maven.org/maven2/com/profesorfalken/jPowerShell/3.0.1/jPowerShell-3.0.1.jar ## Basic Usage