diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index c94629e91c26f553aebef5e30439feef46064d04..a021ef760c8530286948d23e77ce709a69c27e88 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -7,6 +7,8 @@ publish_npm:
   variables:
     GIT_SUBMODULE_STRATEGY: recursive
   before_script:
+    - apk --no-cache add git
+    - git submodule update --remote --merge
     - apk add --update make bash protobuf-dev yarn
     - npm install -g ts-proto@1.115.5
     - npm install -g typescript@4.7.4
diff --git a/config/package.json b/config/package.json
index e450bea7be0f09a9d7b65243ecba3432d7935cc3..9f29ab74c7a55f7774a5c89f358bdc398a9292c2 100644
--- a/config/package.json
+++ b/config/package.json
@@ -1,6 +1,6 @@
 {
     "name": "@perxis-js/perxis-client",
-    "version": "1.1.0",
+    "version": "1.1.1",
     "description": "",
     "main": "dist/index.js",
     "files": [
diff --git a/perxis-proto b/perxis-proto
index 83fd620ee42af0a0e2e934ccadf691cabd8f468a..283b11871c14d15e8fdd596dc1b50116f87f1653 160000
--- a/perxis-proto
+++ b/perxis-proto
@@ -1 +1 @@
-Subproject commit 83fd620ee42af0a0e2e934ccadf691cabd8f468a
+Subproject commit 283b11871c14d15e8fdd596dc1b50116f87f1653