From 914d014246453498fe35823b1b3c9c26f12d535c Mon Sep 17 00:00:00 2001 From: Nick White Date: Sun, 5 Oct 2025 12:56:12 +0100 Subject: Update flatpak manifest to remove now-unneeded filesystem permission, and update to 1.4.0 --- cmd/rescribe/makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cmd/rescribe/makefile') diff --git a/cmd/rescribe/makefile b/cmd/rescribe/makefile index 6d1ff77..ea500b9 100644 --- a/cmd/rescribe/makefile +++ b/cmd/rescribe/makefile @@ -20,7 +20,7 @@ OSXCROSSBIN=$(HOME)/src/osxcross/target/bin EMBEDS=embed_darwin.go embed_darwin_amd64.go embed_darwin_arm64.go embed_linux.go embed_windows.go embed_other.go GODEPS=gui.go main.go $(EMBEDS) -VERSION=1.3.0 +VERSION=1.4.0 all: dist/linux/rescribe dist/linux/wayland/rescribe dist/darwin/rescribe.zip dist/windows/rescribe.exe -- cgit v1.2.1-24-ge1ad