From f46297b0e7265b1f8eabc31dfad6a3a28f934109 Mon Sep 17 00:00:00 2001 From: Aditya Mishra <75035219+DEVLOPRR@users.noreply.github.com> Date: Fri, 29 Apr 2022 09:55:55 +0530 Subject: [PATCH] Bump The version --- README.md | 4 ++-- make | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index c4e020e..8bb63dc 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Install, update, remove & run AppImage from GitHub using your CLI. (Fork of [App

install libappimage dependency

pacman -S libappimage

then install bread

-
sudo curl -L https://github.com/DEVLOPRR/bread/releases/download/v0.7.1/bread-0.7.1-x86_64 -o /usr/local/bin/bread && sudo chmod +x /usr/local/bin/bread
+
sudo curl -L https://github.com/DEVLOPRR/bread/releases/download/v0.7.2/bread-0.7.2-x86_64 -o /usr/local/bin/bread && sudo chmod +x /usr/local/bin/bread
@@ -28,7 +28,7 @@ Install, update, remove & run AppImage from GitHub using your CLI. (Fork of [App

you can use this step if your distribution doesn't provide libappimage v1.0.0 or greater, which is the case on Debian & it's derivatives

get the appimage containing libappimage v1.0.3

-
sudo curl -L https://github.com/DEVLOPRR/bread/releases/download/v0.7.1/bread-0.7.1-x86_64.AppImage -o /usr/local/bin/bread && sudo chmod +x /usr/local/bin/bread
+
sudo curl -L https://github.com/DEVLOPRR/bread/releases/download/v0.7.2/bread-0.7.2-x86_64.AppImage -o /usr/local/bin/bread && sudo chmod +x /usr/local/bin/bread
***Any version of libappimage will work with bread but it is recommended to use v1.0.0 or greater, You can also Refer to this [list](https://repology.org/project/libappimage/versions) to check what version of libappimage your Distribution provides.*** diff --git a/make b/make index 6074cbd..17a4745 100755 --- a/make +++ b/make @@ -7,7 +7,7 @@ BINARY="bread" # Output Binary Name DIST="build" # Output Directory Name # Simple Hack To Get The Version Number From main.go file -VERSION="0.7.1" +VERSION="0.7.2" ENTRY_FILE="src/main.go" # Main Entry File To Compile OUTPUT="$DIST/$BINARY" # Output Path Of Built Binary COMPRESSED_OUTPUT="$OUTPUT-$VERSION-x86_64" # Output path of the compressed binary