Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
Signed-off-by: Vitor Mattos <[email protected]>
  • Loading branch information
vitormattos committed Mar 28, 2024
1 parent 7bd04c6 commit 84ca5ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions appinfo/info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
]]>
</description>
<version>9.0.0-rc9</version>
<version>10.0.0-dev</version>
<licence>agpl</licence>
<author mail="[email protected]" homepage="https://librecode.coop">LibreCode</author>
<documentation>
Expand All @@ -22,10 +22,10 @@
<discussion>https://t.me/libresign</discussion>
<bugs>https://github.com/LibreSign/libresign/issues</bugs>
<repository type="git">https://github.com/LibreSign/libresign</repository>
<screenshot>https://raw.githubusercontent.com/LibreSign/libresign/main/img/LibreSign.png?v=9.0.0-rc9</screenshot>
<screenshot>https://raw.githubusercontent.com/LibreSign/libresign/main/img/LibreSign.png?v=10.0.0-dev</screenshot>
<dependencies>
<lib>openssl</lib>
<nextcloud min-version="29" max-version="29"/>
<nextcloud min-version="30" max-version="30"/>
<architecture>x86_64</architecture>
<architecture>aarch64</architecture>
</dependencies>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "libresign",
"description": "A app for signing documents",
"version": "9.0.0-rc9",
"version": "10.0.0-dev",
"license": "agpl",
"private": true,
"scripts": {
Expand Down

0 comments on commit 84ca5ee

Please sign in to comment.