Skip to content

Commit 082c8ea

Browse files
committed
Bump version
1 parent 28e4014 commit 082c8ea

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,12 @@ Types of changes:
1313
- *Security* in case of vulnerabilities.
1414

1515
<!-- changelog-linker -->
16+
## 5.1.2 - 2022-07-30
17+
18+
# Fixed
19+
- Use escapeshellarg to fix path of file
20+
- bump PHP dependencies
21+
1622
## 5.1.1 - 2022-05-05
1723

1824
# Fixed

appinfo/info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
1111
]]>
1212
</description>
13-
<version>6.1.1</version>
13+
<version>5.1.2</version>
1414
<licence>agpl</licence>
1515
<author mail="contact@librecode.coop" homepage="https://librecode.coop">Libre Code</author>
1616
<documentation>

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "libresign",
33
"description": "A app for signing documents",
4-
"version": "5.1.1",
4+
"version": "5.1.2",
55
"license": "agpl",
66
"private": true,
77
"scripts": {

0 commit comments

Comments
 (0)