Skip to content

Commit fae248a

Browse files
committed
tagged for release
1 parent 483f3e0 commit fae248a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.gitlab-ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ publish:
4848
rules:
4949
- if: $CI_COMMIT_TAG
5050
script:
51-
- 'clickable publish "$CI_COMMIT_MESSAGE"'
52-
- 'clickable publish --arch arm64'
53-
- 'clickable publish --arch amd64'
51+
- 'clickable publish "$CI_COMMIT_MESSAGE" --api-key OPENSTORE_API_KEY'
52+
- 'clickable publish --arch arm64 --api-key OPENSTORE_API_KEY'
53+
- 'clickable publish --arch amd64 --api-key OPENSTORE_API_KEY'
5454
dependencies:
5555
- build-armhf
5656
- build-arm64

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.0.0)
2-
project(raven.downloader VERSION 2.0.2 LANGUAGES CXX)
2+
project(raven.downloader VERSION 2.1.0 LANGUAGES CXX)
33

44
add_subdirectory(src)
55

po/raven.downloader.shohag.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ msgid ""
88
msgstr ""
99
"Project-Id-Version: raven.downloader.shohag\n"
1010
"Report-Msgid-Bugs-To: \n"
11-
"POT-Creation-Date: 2023-04-02 21:44+0600\n"
11+
"POT-Creation-Date: 2023-04-02 20:29+0000\n"
1212
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
1313
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
1414
"Language-Team: LANGUAGE <LL@li.org>\n"

0 commit comments

Comments
 (0)