Skip to content

Commit

Permalink
chore: bump version to 1.4.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
M0Rf30 committed Sep 3, 2022
1 parent 2277119 commit 360db54
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,7 +1,7 @@
project('libcie-pkcs11',
'cpp',
'c',
version : '1.4.2',
version : '1.4.3.2',
license : 'MIT')

add_project_arguments('-fPIC', language : 'cpp')
Expand Down Expand Up @@ -219,7 +219,7 @@ libcie_pkcs11 = library(
pkg_mod = import('pkgconfig')
pkg_mod.generate(
libraries : libcie_pkcs11,
version : '1.4.2',
version : '1.4.3.2',
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
Expand Up @@ -5,7 +5,7 @@ targets=(
"ubuntu"
)
pkgname="cie-middleware"
pkgver="1.4.3.1"
pkgver="1.4.3.2"
pkgrel="1"
pkgdesc="A fork of Middleware della CIE (Carta di Identità Elettronica) per Linux"
pkgdesclong=("A fork of Middleware della CIE (Carta di Identità Elettronica) per Linux")
Expand Down

0 comments on commit 360db54

Please sign in to comment.