aboutsummarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorAntony Kellermann2018-08-04 02:23:34 -0400
committerAntony Kellermann2018-08-04 02:23:34 -0400
commit3a37f9ada32681c952ea2510fd62d815335b1c03 (patch)
tree949b0a3e706819acf9d5bf9c3392b96b5dcc55fa
parent5bfd0fe79b58b0a3362880750d8739fcfda9f5ab (diff)
downloadaur-3a37f9ada32681c952ea2510fd62d815335b1c03.tar.gz
Version 3.0.1
-rw-r--r--.SRCINFO2
-rw-r--r--PKGBUILD2
-rw-r--r--README.md5
-rw-r--r--tick.14
4 files changed, 7 insertions, 6 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 45da7dff5243..72250f989fcc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = tick
pkgdesc = Command line and GTK stock and cryptocurrency portfolio tracker.
- pkgver = 3.0.0
+ pkgver = 3.0.1
pkgrel = 1
url = https://github.com/aokellermann/tick
arch = x86_64
diff --git a/PKGBUILD b/PKGBUILD
index 6c4fdad1384e..5a9f9223649d 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -1,7 +1,7 @@
# Maintainer: Antony Kellermann <aokellermann@gmail.com>
pkgname=tick
-pkgver=3.0.0
+pkgver=3.0.1
pkgrel=1
pkgdesc="Command line and GTK stock and cryptocurrency portfolio tracker."
arch=('x86_64')
diff --git a/README.md b/README.md
index 4e9112be7a76..82f3c4dd3489 100644
--- a/README.md
+++ b/README.md
@@ -107,12 +107,13 @@ Once installed, you may read the man page for more information.
MIT License
Stock information is taken from IEX's free API. Mutual fund and
-over-the-counter information is taken from and Morningstar's free API.
+over-the-counter information is taken from and Morningstar and AlphaVantage's
+free API.
Cryptocurrency information is taken from Coinmarketcap's free API.
Please do not abuse the APIs by repeatedly requesting information. Read
the provided license for more information.
#### Future Ideas/To-do
-* Look for API to replace Morningstar for MUTF/OTCMKTS data, preferably with
+* Look for API to replace Morningstar/AlphaVantage for MUTF/OTCMKTS data, preferably with
intraday data (wait for iex v2 probably)
* DEB/RPM package
* List whether stock/etf/mutual fund/crypto/etc. in portfolio for less API calls
diff --git a/tick.1 b/tick.1
index 3b0eb558857c..b2baef84739c 100644
--- a/tick.1
+++ b/tick.1
@@ -1,4 +1,4 @@
-.TH TICK "1" "July 2018" "Tick 3.0.0" "User Commands"
+.TH TICK "1" "August 2018" "Tick 3.0.1" "User Commands"
.SH NAME
Tick - Command line stock and cryptocurrency portfolio tracker.
@@ -110,7 +110,7 @@ Antony Kellermann -- https://github.com/aokellermann
MIT License
Stock information is taken from IEX's free API. Mutual fund and over-the-counter
-information is taken from Morningstar's free API. Cryptocurrency information
+information is taken from Morningstar and AlphaVantage's free API. Cryptocurrency information
is taken from Coinmarketcap's free API. Please do
not abuse the APIs by repeatedly requesting information. Read the provided
license for more information. \ No newline at end of file