diff --git a/LICENSE b/LICENSE index 3bd152c..446b7e4 100644 --- a/LICENSE +++ b/LICENSE @@ -1,7 +1,6 @@ (The MIT License) -Copyright (c) 2018-2019 xinpianchang.com -Copyright (c) 2019 Tang Ye +Copyright (c) 2018-2021 xinpianchang.com Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the diff --git a/README.md b/README.md index 9652b80..070c51f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ # xservice [WIP] +[![License](https://img.shields.io/github/license/xinpianchang/xservice?style=flat-square)](https://raw.githubusercontent.com/xinpianchang/xservice/master/LICENSE) +[![Go Report Card](https://goreportcard.com/badge/github.com/xinpianchang/xservice?style=flat-square)](https://goreportcard.com/report/github.com/xinpianchang/xservice) + + + Another excellent micro service framework ## Features diff --git a/version.go b/version.go index 172d7fc..9f2177a 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package xservice -const Version = "v1.0.8" +const Version = "v1.0.9"