Skip to content

Commit f46297b

Browse files
committed
Bump The version
1 parent 207223f commit f46297b

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,15 @@ Install, update, remove & run AppImage from GitHub using your CLI. (Fork of [App
2020
<p>install <code>libappimage</code> dependency</p>
2121
<pre><code>pacman -S libappimage</code></pre>
2222
<p>then install bread</p>
23-
<pre><code>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</code></pre>
23+
<pre><code>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</code></pre>
2424
</details>
2525

2626
<details>
2727
<summary>Debian & it's Derivatives</summary>
2828
<br>
2929
<p>you can use this step if your distribution doesn't provide <code>libappimage</code> v1.0.0 or greater, which is the case on Debian & it's derivatives</p>
3030
<p>get the appimage containing <code>libappimage</code> v1.0.3</p>
31-
<pre><code>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</code></pre>
31+
<pre><code>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</code></pre>
3232
</details>
3333

3434
***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.***

make

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ BINARY="bread" # Output Binary Name
77
DIST="build" # Output Directory Name
88

99
# Simple Hack To Get The Version Number From main.go file
10-
VERSION="0.7.1"
10+
VERSION="0.7.2"
1111
ENTRY_FILE="src/main.go" # Main Entry File To Compile
1212
OUTPUT="$DIST/$BINARY" # Output Path Of Built Binary
1313
COMPRESSED_OUTPUT="$OUTPUT-$VERSION-x86_64" # Output path of the compressed binary

0 commit comments

Comments
 (0)