Skip to content

Commit

Permalink
v0.1.1 Update. updated README/PATCHNOTE.MD and API version
Browse files Browse the repository at this point in the history
  • Loading branch information
Flowing committed Jan 7, 2020
1 parent 15f31d1 commit 8d9e913
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
9 changes: 5 additions & 4 deletions PATCHNOTE.MD
Original file line number Diff line number Diff line change
@@ -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.
- v0.1.1 Several Fixes,Improved design
- v0.1.0 Supported full-compatibility with get5-web DB.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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**

Expand All @@ -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.
Expand Down
Binary file modified screenshots/Match.PNG
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion server/src/api/api.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 8d9e913

Please sign in to comment.