Skip to content

Commit

Permalink
upgrade to 0.2.0 and update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
AlanCheen committed Nov 29, 2018
1 parent f5974e9 commit fbe4a07
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 2 deletions.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,18 @@ This project is using https://github.com/StefMa/bintray-release to upload aar to

## License

Apache 2
```
Copyright 2018 程序亦非猿
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
```
2 changes: 1 addition & 1 deletion flap/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ dependencies {

apply plugin: "guru.stefma.bintrayrelease"

version = "0.1.0"
version = "0.2.0"
group = "me.yifeiyuan.flap"
androidArtifact { // 2
artifactId = "flap"
Expand Down

0 comments on commit fbe4a07

Please sign in to comment.