From b5c8093ac8fbb102be307daf9f28de615943cf7f Mon Sep 17 00:00:00 2001 From: GloriousCode Date: Thu, 14 Dec 2017 17:24:38 +1100 Subject: [PATCH] Version increase :) --- README.md | 4 ++-- web/README.md | 1 + web/package.json | 4 ++-- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 4c48fe1f..b7fd72fd 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # Cryptocurrency trading bot written in Golang - +![Snazzy logo](/src/assets/page-logo.png "Now with snazzy logo") [![Build Status](https://travis-ci.org/thrasher-/gocryptotrader.svg?branch=master)](https://travis-ci.org/thrasher-/gocryptotrader) [![Software License](https://img.shields.io/badge/License-MIT-orange.svg?style=flat-square)](https://github.com/thrasher-/gocryptotrader/blob/master/LICENSE) [![GoDoc](https://godoc.org/github.com/thrasher-/gocryptotrader?status.svg)](https://godoc.org/github.com/thrasher-/gocryptotrader) @@ -86,7 +86,7 @@ Make any neccessary changes to the config file. Run the application! ## Donations - +![Snazzy logo](/web/src/assets/early-dumb-donate.png "Now with snazzy logo") If this framework helped you in any way, or you would like to support the developers working on it, please donate Bitcoin to: 1F5zVDgNjorJ51oGebSvNCrSAHpwGkUdDB ## Binaries diff --git a/web/README.md b/web/README.md index 73b0b12a..3016acd2 100644 --- a/web/README.md +++ b/web/README.md @@ -1,4 +1,5 @@ ## GoCryptoTrader website +![Snazzy logo](/src/assets/page-logo.png "Optional title") A website interface to interact with the main GoCryptoTrader application. It is developed with Angular 4 with support for Electron ## This is still in active development diff --git a/web/package.json b/web/package.json index 47282523..5b70d17c 100644 --- a/web/package.json +++ b/web/package.json @@ -1,8 +1,8 @@ { "name": "gocryptotrader-web", - "version": "0.1.0", + "version": "0.2.0", "description": "Front-end interface for GoCryptoTrader", - "homepage": "https://github.com/thrasher-/gocryptotrader", + "homepage": "https://github.com/thrasher-/gocryptotrader/web", "author": { "name": "Scott", "email": "scott@gloriousedge.com",