diff --git a/PATCHNOTE.MD b/PATCHNOTE.MD index cce37e1d..23e3141f 100644 --- a/PATCHNOTE.MD +++ b/PATCHNOTE.MD @@ -1,9 +1,10 @@ ### Patch Notes and ROADMAPS ROADMAP OF get5-web-go (temporary,Roadmap and update details may heavily change) -- v0.0.1(Dec.29 2019) : Experimental Beta. Most functions wont work yet. -- v0.1.0(Jan.7 2020) : Initial Release. - +- v0.1.0(Jan.8 2020) : Fixes +- v0.1.0(Jan.7 2020) : Initial Release +- v0.0.1(Dec.29 2019) : Experimental Beta. Most functions wont work yet ### PatchNote : -v0.1.0 Supported full-compatibility with get5-web DB. \ No newline at end of file +- v0.1.1 Several Fixes,Improved design +- v0.1.0 Supported full-compatibility with get5-web DB. \ No newline at end of file diff --git a/README.md b/README.md index a3e47f1b..31df3167 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ [![Build Status](https://travis-ci.org/FlowingSPDG/get5-web-go.svg?branch=master)](https://travis-ci.org/FlowingSPDG/get5-web-go) -get5-web-go +GET5-WEB Go =========================== **Status: Experimental, Not Supported** @@ -17,7 +17,7 @@ Shugo [**FlowingSPDG**](http://github.com/FlowingSPDG) Kawamura 5. To support SPA and better UI/UX design 6. To support get5 HTTP API for developers -## How to use it: +## How to use 1. Register your CS:GO servers on the "Add a server" section. 2. Register teams on the "Create a Team" section with steamids. 3. Go to the "Create a Match" page. diff --git a/screenshots/Match.PNG b/screenshots/Match.PNG index fc354d19..ab546210 100644 Binary files a/screenshots/Match.PNG and b/screenshots/Match.PNG differ diff --git a/server/src/api/api.go b/server/src/api/api.go index 8ed66436..a4fc217c 100644 --- a/server/src/api/api.go +++ b/server/src/api/api.go @@ -16,7 +16,7 @@ import ( const ( // VERSION get5-web-go Version - VERSION = "0.1.0" + VERSION = "0.1.1" ) // CheckLoggedInJSON Struct type for /api/v1/CheckLoggedIn API.