Skip to content

Commit

Permalink
release: 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
winneon committed Sep 5, 2017
1 parent 808e3fd commit e80505f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ $ sudo apt-get install tar make maim ffmpeg curl jq
After installing the dependents, run the following commands to install gsu.

```
$ curl -o gsu.tar.gz https://codeload.github.com/winneon/gsu/tar.gz/v1.0.0
$ tar xvf gsu.tar.gz cd gsu-1.0.1
$ curl -o gsu.tar.gz https://codeload.github.com/winneon/gsu/tar.gz/v1.1.0
$ tar xvf gsu.tar.gz cd gsu-1.1.0
$ sudo make install
```

Expand Down
2 changes: 1 addition & 1 deletion gsu
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

VERSION="1.0.1-git"
VERSION="1.1.0"
config_path="${XDG_CONFIG_HOME:-${HOME}/.config}/gsu"

print_help() {
Expand Down
4 changes: 2 additions & 2 deletions gsu.1
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.47.4.
.TH GSU "1" "September 2017" "gsu 1.0.1-git" "User Commands"
.TH GSU "1" "September 2017" "gsu 1.1.0" "User Commands"
.SH NAME
gsu \- manual page for gsu 1.0.1-git
gsu \- manual page for gsu 1.1.0
.SH SYNOPSIS
.B gsu
[\fI\,OPTION\/\fR]... \fI\,SOURCE\/\fR
Expand Down

0 comments on commit e80505f

Please sign in to comment.