Skip to content

Commit

Permalink
Bump The version
Browse files Browse the repository at this point in the history
  • Loading branch information
pegvin committed Apr 29, 2022
1 parent 207223f commit f46297b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ Install, update, remove & run AppImage from GitHub using your CLI. (Fork of [App
<p>install <code>libappimage</code> dependency</p>
<pre><code>pacman -S libappimage</code></pre>
<p>then install bread</p>
<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>
<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>
</details>

<details>
<summary>Debian & it's Derivatives</summary>
<br>
<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>
<p>get the appimage containing <code>libappimage</code> v1.0.3</p>
<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>
<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>
</details>

***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.***
Expand Down
2 changes: 1 addition & 1 deletion make
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f46297b

Please sign in to comment.