Skip to content

Commit

Permalink
release: 1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
winneon committed Sep 5, 2017
1 parent 846ad2f commit 9f80ab8
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 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.1.0
$ tar xvf gsu.tar.gz cd gsu-1.1.0
$ curl -o gsu.tar.gz https://codeload.github.com/winneon/gsu/tar.gz/v1.1.1
$ tar xvf gsu.tar.gz cd gsu-1.1.1
$ 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.1.0"
VERSION="1.1.1"
config_path="${XDG_CONFIG_HOME:-${HOME}/.config}/gsu"

print_help() {
Expand Down
6 changes: 3 additions & 3 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.1.0" "User Commands"
.TH GSU "1" "September 2017" "gsu 1.1.1" "User Commands"
.SH NAME
gsu \- manual page for gsu 1.1.0
gsu \- manual page for gsu 1.1.1
.SH SYNOPSIS
.B gsu
[\fI\,OPTION\/\fR]... \fI\,SOURCE\/\fR
Expand All @@ -24,7 +24,7 @@ Hide the cursor
.TP
\fB\-d\fR, \fB\-\-display\fR NUM|TYPE
Set the selection to a specific display.
Values: number of display, 'active', 'all'
Values: number of display, 'active', 'all' (default)
.TP
\fB\-s\fR, \fB\-\-screenshot\fR
Take a screenshot
Expand Down

0 comments on commit 9f80ab8

Please sign in to comment.