Skip to content

Commit

Permalink
update README and release new version
Browse files Browse the repository at this point in the history
  • Loading branch information
Bu,Shaopeng committed Mar 7, 2017
1 parent 64e6fbc commit 1f16aef
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Dress them as if they are naked! Yeah~

This plugin has been uploaded to jcenter. You can use this by adding the following code to your buildScripts:

classpath 'com.bryansharp:HiBeaver:1.2.2'
classpath 'com.bryansharp:HiBeaver:1.2.3'

[Link to Jcenter](https://bintray.com/bsp0911932/maven/HiBeaver)

Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ repositories {
group = 'com.bryansharp'
version = '1.2.3'
uploadArchives {
version = version + '-SNAPSHOT'//if you are testing the demo I provide locally, you can decomment this.
// version = version + '-SNAPSHOT'//if you are testing the demo I provide locally, you can decomment this.
repositories {
mavenDeployer {
repository(url: uri('./repo'))
Expand Down

0 comments on commit 1f16aef

Please sign in to comment.