mirror of
https://github.com/sparrowwallet/drongo.git
synced 2024-11-02 18:26:43 +00:00
bump version
This commit is contained in:
parent
5d456a10df
commit
446eac3483
1 changed files with 3 additions and 3 deletions
|
@ -24,7 +24,7 @@ if(hasPlugin) {
|
|||
}
|
||||
|
||||
group 'com.sparrowwallet'
|
||||
version '0.1'
|
||||
version '0.9'
|
||||
|
||||
sourceCompatibility = 1.9
|
||||
targetCompatibility = 1.9
|
||||
|
@ -71,10 +71,10 @@ jar {
|
|||
exclude('logback.xml')
|
||||
|
||||
archiveBaseName = 'drongo'
|
||||
archiveVersion = '0.1'
|
||||
archiveVersion = '0.9'
|
||||
}
|
||||
|
||||
shadowJar {
|
||||
archiveVersion = '0.1'
|
||||
archiveVersion = '0.9'
|
||||
classifier = 'all'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue