Skip to content

Commit

Permalink
chore: bump to 1.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Jun 20, 2023
1 parent 44845c1 commit 68ee246
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions libs/meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('libcie-pkcs11', 'cpp', 'c', version: '1.4.4.1', license: 'MIT')
project('libcie-pkcs11', 'cpp', 'c', version: '1.5.0', license: 'MIT')

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

Expand Down Expand Up @@ -237,7 +237,7 @@ libcie_pkcs11 = library(
pkg_mod = import('pkgconfig')
pkg_mod.generate(
libraries: libcie_pkcs11,
version: '1.4.4.1',
version: '1.5.0',
name: 'libcie-pkcs11',
filebase: 'cie-pkcs11',
description: 'A library to enable CIE authentication.',
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.4.4.1"
pkgver="1.5.0"
pkgrel="1"
pkgdesc="A fork of Middleware della CIE (Carta di Identità Elettronica) per Linux"
maintainer="M0Rf30"
Expand Down

0 comments on commit 68ee246

Please sign in to comment.