Skip to content

Commit

Permalink
chore: bump to 1.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Dec 16, 2023
1 parent 261cc10 commit 0e0563b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ jobs:
- run: meson builddir libs
- run: meson configure -Dprefix=/usr builddir
- run: meson compile -C builddir
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: failure()
with:
name: Linux_Meson_Testlog
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
for i in $(ls artifacts/x86_64/); do sha256sum artifacts/x86_64/$i >> artifacts/SHA256SUMS; done
- name: Archive production artifacts
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: "cie-middleware-${{ steps.version.outputs.version }}"
path: |
Expand Down
2 changes: 1 addition & 1 deletion libs/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('libcie-pkcs11', 'cpp', 'c', version: '1.5.0', license: 'MIT')
project('libcie-pkcs11', 'cpp', 'c', version: '1.5.1', license: 'MIT')

add_project_arguments('-fPIC', language: 'cpp')

Expand Down
2 changes: 1 addition & 1 deletion packages/cie-middleware/PKGBUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
pkgname="cie-middleware"
pkgver="1.5.0"
pkgver="1.5.1"
pkgrel="1"
pkgdesc="A fork of Middleware della CIE (Carta di Identit脿 Elettronica) per Linux"
maintainer="M0Rf30"
Expand Down

0 comments on commit 0e0563b

Please sign in to comment.