diff --git a/README.md b/README.md
index 76c6bcc..03c94ba 100644
--- a/README.md
+++ b/README.md
@@ -76,4 +76,7 @@ services:
Update with an updated version that isn't published on the npm registry
- 1.0.3
1.1.24
- Fixes the generated channels not being playable
\ No newline at end of file
+ Fixes the generated channels not being playable
+- 1.0.4
+ 1.1.24
+ Generated channels with V2 API and correct JWT implementaton
\ No newline at end of file
diff --git a/build.sh b/build.sh
index e806bd3..dd0749d 100644
--- a/build.sh
+++ b/build.sh
@@ -1,7 +1,7 @@
#!/bin/bash
GIT_REPO_URL="https://github.com/4v3ngR/pluto_tv_scraper.git"
-GIT_COMMIT="dd21bff73620c11b5a8c9c43a96bc96cd804896e"
+GIT_COMMIT="f40908dd18f0f9ee6a770a35c3bea594ba524548"
BUILD_FOLDER="/build"
BIN_FOLDER=$"/bin/pluto"