diff --git a/Readme.md b/Readme.md
index 960c0b6..5b46642 100644
--- a/Readme.md
+++ b/Readme.md
@@ -75,5 +75,5 @@ Please note the following might not be done in order:
- [x] Add WNFS tree encryption key generation from an input (deterministically)
- [x] add error catching
- [x] add metadata to ls and make it array
-- [x] Improve read function to use a stream. ( :100: v1.0.0 Release here )
+- [x] Improve read function to use a stream. ( :100: v1 Release here )
- [ ] remove dependancy to custom version of wnfs
diff --git a/jitpack.yml b/jitpack.yml
index beb0372..d498ca4 100644
--- a/jitpack.yml
+++ b/jitpack.yml
@@ -2,4 +2,4 @@ before_install:
- git lfs pull
install:
- FILE="-Dfile=lib/build/outputs/aar/lib-release.aar"
- - mvn install:install-file $FILE -DgroupId=com.group.module -DartifactId=wnfs-android -Dversion=1.4.0 -Dpackaging=aar -DgeneratePom=true
+ - mvn install:install-file $FILE -DgroupId=com.group.module -DartifactId=wnfs-android -Dversion=1.4.1 -Dpackaging=aar -DgeneratePom=true
diff --git a/pom.xml b/pom.xml
index 31353a7..84833d3 100644
--- a/pom.xml
+++ b/pom.xml
@@ -5,5 +5,5 @@
4.0.0
com.group.module
wnfs-android
- 1.4.0
+ 1.4.1