Bumped version

This commit is contained in:
Caleb Bassi 2018-03-04 19:38:32 -08:00
parent 0e7057a056
commit 66ebff873d
3 changed files with 3 additions and 3 deletions

View File

@ -1,6 +1,6 @@
#!/usr/bin/env bash
VERSION=1.0.1
VERSION=1.1.0
download() {
curl -L https://github.com/cjbassi/gotop/releases/download/$VERSION/gotop-$VERSION-${1}.tgz > gotop.tgz

View File

@ -13,7 +13,7 @@ import (
"github.com/docopt/docopt-go"
)
const VERSION = "1.0.1"
const VERSION = "1.1.0"
var (
termResized = make(chan bool, 1)

View File

@ -1,7 +1,7 @@
# Maintainer: Caleb Bassi <calebjbassi@gmail.com>
pkgname=gotop
pkgver=1.0.1
pkgver=1.1.0
pkgrel=1
pkgdesc="A TUI graphical activity monitor inspired by gtop"
arch=("x86_64" "i686")