Skip to content

Commit

Permalink
Release 0.13
Browse files Browse the repository at this point in the history
  • Loading branch information
bastianeicher committed Mar 6, 2022
1 parent d0d11d2 commit ee00e5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 0repo.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
from repo import cmd
from zeroinstall import SafeException

version = '0.12'
version = '0.13'

try:
cmd.main(sys.argv)
Expand Down
2 changes: 1 addition & 1 deletion 0repo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@
<executable-in-var name="GNUPG_PATH"/>
</requires>

<implementation id="." version="0.12-post"/>
<implementation id="." version="0.13" released="2022-03-06"/>
</group>
</interface>

0 comments on commit ee00e5e

Please sign in to comment.