From a1522e6c06dbab7ddc5dbc9ed10b352503c8be30 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Beno=C3=AEt=20Harrault?= <benoit@harrault.fr>
Date: Fri, 10 Jan 2025 16:24:24 +0100
Subject: [PATCH] Fix publish to private repository

---
 .gitlab-ci.yml | 1 -
 CHANGELOG.md   | 4 ++++
 pubspec.yaml   | 2 +-
 3 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 095c65a..143ac8a 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -33,7 +33,6 @@ application:release:
   dependencies:
     - android:build-debug
   script:
-    - apk --no-cache add curl
     - git config user.email "${GITLAB_USER_EMAIL}"
     - git config user.name "${GITLAB_USER_NAME}"
     - git remote set-url origin https://oauth2:${GITLAB_ACCESS_TOKEN}@${CI_SERVER_HOST}/${CI_PROJECT_PATH}
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 81f325e..077a2e6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,7 @@
+## 1.0.2
+
+-   Fix publish to private repository
+
 ## 1.0.1
 
 -   Fix publish to private repository
diff --git a/pubspec.yaml b/pubspec.yaml
index f791c22..6960932 100644
--- a/pubspec.yaml
+++ b/pubspec.yaml
@@ -3,7 +3,7 @@ description: "Flutter custom toolbox for org.benoitharrault.* projects."
 
 publish_to: https://pub.harrault.fr/
 
-version: 1.0.1
+version: 1.0.2
 
 homepage: https://git.harrault.fr/android/flutter-toolbox
 
-- 
GitLab