diff --git a/src/en/webnovel/build.gradle b/src/en/webnovel/build.gradle
index 950512f84..d4f7cb746 100644
--- a/src/en/webnovel/build.gradle
+++ b/src/en/webnovel/build.gradle
@@ -1,7 +1,7 @@
 ext {
     extName = 'WebNovel'
     extClass = '.WebNovel'
-    extVersionCode = 9
+    extVersionCode = 10
 }
 
 apply from: "$rootDir/common.gradle"
diff --git a/src/en/webnovel/src/eu/kanade/tachiyomi/extension/en/webnovel/WebNovel.kt b/src/en/webnovel/src/eu/kanade/tachiyomi/extension/en/webnovel/WebNovel.kt
index 9a5558950..61d3079f1 100644
--- a/src/en/webnovel/src/eu/kanade/tachiyomi/extension/en/webnovel/WebNovel.kt
+++ b/src/en/webnovel/src/eu/kanade/tachiyomi/extension/en/webnovel/WebNovel.kt
@@ -352,6 +352,6 @@ class WebNovel : HttpSource() {
 
         private const val CSRF_TOKEN_NAME = "_csrfToken"
 
-        private const val WEBNOVEL_UPLOAD_TIME = "https://antsylich.github.io/webnovel-upload-time"
+        private const val WEBNOVEL_UPLOAD_TIME = "https://keiyoushi.github.io/webnovel-upload-time"
     }
 }