Skip to content

Commit

Permalink
Release v1.0.1.
Browse files Browse the repository at this point in the history
  • Loading branch information
pkulak committed Nov 6, 2018
1 parent 52e230d commit 9601767
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
group 'com.pkulak.httpclient'
version '1.0'
version '1.0.1'

apply plugin: 'java'
apply plugin: 'maven-publish'
Expand Down Expand Up @@ -50,7 +50,7 @@ publishing {
customizePom(pom)
groupId 'com.pkulak.httpclient'
artifactId 'httpclient'
version '1.0'
version '1.0.1'

from components.java

Expand Down

0 comments on commit 9601767

Please sign in to comment.