Skip to content

Commit

Permalink
Removed API Key from local.properties (API key that was uploaded by m…
Browse files Browse the repository at this point in the history
…istake was cancelled in bintray) + upgraded to 0.0.4 version.
  • Loading branch information
nomemory authored and Ciobanu, Andrei-Nicolin (UK - EDC) committed Mar 25, 2017
1 parent 5d64b67 commit 997ba9e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bintray.gradle
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apply plugin: 'com.jfrog.bintray'

version = '0.0.3'
version = '0.0.4'

task sourcesJar(type: Jar) {
classifier = 'sources'
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ plugins {
apply plugin: 'java'

group 'net.andreinc'
version '0.0.3'
version '0.0.4'

sourceCompatibility = 1.8

Expand Down
2 changes: 1 addition & 1 deletion local.properties
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
bintray.user=nomemory
bintray.apikey=72742df2a7546a18a1dac196f81d5f0e7706d9dd
bintray.apikey=

0 comments on commit 997ba9e

Please sign in to comment.