Skip to content

Commit

Permalink
release: 1.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
winneon committed Sep 14, 2017
1 parent 607ac99 commit a36f2a6
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 @@ -99,8 +99,8 @@ Install `maim`, `slop`, `ffmpeg`, `curl`, `jq`, and `xdotool` using your package
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.3.1
$ tar xvf gsu.tar.gz && cd gsu-1.3.1
$ curl -o gsu.tar.gz https://codeload.github.com/winneon/gsu/tar.gz/1.3.2
$ tar xvf gsu.tar.gz && cd gsu-1.3.2
$ 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.3.1-git"
VERSION="1.3.2"
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.3.1-git" "User Commands"
.TH GSU "1" "September 2017" "gsu 1.3.2" "User Commands"
.SH NAME
gsu \- manual page for gsu 1.3.1-git
gsu \- manual page for gsu 1.3.2
.SH SYNOPSIS
.B gsu
[\fI\,OPTION\/\fR]... \fI\,SOURCE\/\fR
Expand Down

0 comments on commit a36f2a6

Please sign in to comment.