~mil/mepo

c1807b103f9019f647b80294b9001114a5fd3464 — Miles Alan a month ago 8333111 1.3.3
Bump version to 1.3.3
2 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M src/config.zig
M README.md => README.md +1 -1
@@ 65,7 65,7 @@ Mepo has a documentation website which lives at:
[mepo.lrdu.org](https://mepo.lrdu.org)

## **Releases**
The most current release is 1.3.2 which builds against zig 0.13.x.
The most current release is 1.3.3 which builds against zig 0.13.x.

Details on releases are available at: [releases page](https://git.sr.ht/~mil/mepo/refs).


M src/config.zig => src/config.zig +1 -1
@@ 1,4 1,4 @@
pub const Version = "1.3.2";
pub const Version = "1.3.3";
pub const DownloadTimeoutSeconds = 5;
pub const DownloadUseragent = "mepo";
pub const DownloaderPollMs = 50;