Skip to content

Commit

Permalink
added release version 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
W1nt0r committed Dec 7, 2018
1 parent 1a5bbe4 commit 0da168a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions bintray.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,14 @@
]
},
"version": {
"name": "1.1.1",
"released": "2018-11-19",
"name": "1.2",
"released": "2018-12-07",
"gpgSign": false
},
"files": [
{
"includePattern": "build/libs/(.*)",
"uploadPattern": "/ch/hsr/adv/adv-ui/1.1.1/$1",
"uploadPattern": "/ch/hsr/adv/adv-ui/1.2/$1",
"matrixParams": {
"override": 1
}
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = 'ch.hsr.adv'
version = '1.1.1'
version = '1.2'

/****************************************
* instructions for all projects
Expand Down
2 changes: 1 addition & 1 deletion ui-core/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ dependencies {


// common dependencies
compile('ch.hsr.adv:adv-commons:1.1.1')
compile('ch.hsr.adv:adv-commons:1.2')
}

mainClassName = 'ADVApplication'

0 comments on commit 0da168a

Please sign in to comment.