diff --git a/.gitignore b/.gitignore index 5a5b71a..43ae3de 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,4 @@ build/ target/ .idea/ +*.iml \ No newline at end of file diff --git a/README.md b/README.md index 9165082..49d141c 100644 --- a/README.md +++ b/README.md @@ -41,7 +41,7 @@ In order to use, simply add these lines to your project's **pom.xml** org.meteogroup point-compression - 1.0-SNAPSHOT + 1.0 ```