Skip to content

Commit

Permalink
v0.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Apr 10, 2021
1 parent 627db3b commit 7cdef10
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
File : README.md
Maintainer : Felix C. Stegerman <[email protected]>
Date : 2021-04-09
Date : 2021-04-10
Copyright : Copyright (C) 2021 Felix C. Stegerman
Version : v0.3.0
Version : v0.4.0
License : GPLv3+
}}}1 -->
Expand Down
4 changes: 2 additions & 2 deletions apksigcopier
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
# Date : 2021-04-10
#
# Copyright : Copyright (C) 2021 Felix C. Stegerman
# Version : v0.3.0
# Version : v0.4.0
# License : GPLv3+
#
# -- ; }}}1
Expand All @@ -31,7 +31,7 @@ import zlib
from collections import namedtuple
from typing import Any, Dict

__version__ = "0.3.0"
__version__ = "0.4.0"
NAME = "apksigcopier"

SIGBLOCK, SIGOFFSET = "APKSigningBlock", "APKSigningBlockOffset"
Expand Down
4 changes: 2 additions & 2 deletions apksigcopier.1.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
% apksigcopier(1) v0.3.0 | General Commands Manual
% apksigcopier(1) v0.4.0 | General Commands Manual
% Felix C. Stegerman <[email protected]>
% 2021-04-09
% 2021-04-10

# NAME

Expand Down

0 comments on commit 7cdef10

Please sign in to comment.