Skip to content

Commit

Permalink
release: 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
winneon committed Sep 13, 2017
1 parent 50e5557 commit dc7e4ad
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,8 +96,8 @@ Install `maim`, `slop`, `ffmpeg`, `curl`, and `jq` using your package manager of
After installing the dependents, run the following commands to install gsu.

```
$ curl -o gsu.tar.gz https://codeload.github.com/winneon/gsu/tar.gz/1.1.2
$ tar xvf gsu.tar.gz && cd gsu-1.1.2
$ curl -o gsu.tar.gz https://codeload.github.com/winneon/gsu/tar.gz/1.3.0
$ tar xvf gsu.tar.gz && cd gsu-1.3.0
$ sudo make install
```

Expand Down
1 change: 1 addition & 0 deletions config/config.conf
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
#!/usr/bin/env bash

# Terminal. Uncomment to use.
# If uncommented, be sure that the terminal you are providing is installed.
# If --terminal is provided, a new terminal using this variable will be opened.
# Use the string "CMD" to refer to the command that is run (gsu).
#
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.2-git"
VERSION="1.3.0"
config_path="${XDG_CONFIG_HOME:-${HOME}/.config}/gsu"

notify() {
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.1.2-git" "User Commands"
.TH GSU "1" "September 2017" "gsu 1.3.0" "User Commands"
.SH NAME
gsu \- manual page for gsu 1.1.2-git
gsu \- manual page for gsu 1.3.0
.SH SYNOPSIS
.B gsu
[\fI\,OPTION\/\fR]... \fI\,SOURCE\/\fR
Expand Down

0 comments on commit dc7e4ad

Please sign in to comment.