From df05e5fcec0de765729ed6d661ba0da19f9ec2d3 Mon Sep 17 00:00:00 2001 From: Mohammed Alyousef Date: Tue, 30 Jul 2024 21:46:29 +0300 Subject: [PATCH] update --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index bd931ab..4a698d3 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ zfltk supports the zig package manager. You can add it as a dependency to your p }, .dependencies = .{ .zfltk = .{ - .url = "https://github.com/MoAlyousef/zfltk/archive/refs/tags/pkg0.4.0.tar.gz", + .url = "https://github.com/MoAlyousef/zfltk/archive/refs/tags/pkg0.5.0.tar.gz", }, } }