Skip to content

Commit

Permalink
Bump version for newly named dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
weibeld committed Jul 20, 2018
1 parent f027819 commit 0c3c0b2
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 4 deletions.
1 change: 1 addition & 0 deletions .idea/.name

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

9 changes: 9 additions & 0 deletions .idea/compiler.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'ai.quantumsense.tgmonitor'
version '0.0.3'
version '0.0.4'

sourceCompatibility = 1.8

Expand Down Expand Up @@ -32,8 +32,8 @@ configurations.all {
}

dependencies {
implementation 'com.github.tg-monitor:tgm-backend:0.0.3'
implementation 'com.github.tg-monitor:tgm-monitor:0.0.3'
implementation 'com.github.tg-monitor:tgm-entities:0.0.1'
implementation 'com.github.tg-monitor:tgm-backend:0.0.4'
implementation 'com.github.tg-monitor:tgm-monitor:0.0.4'
implementation 'com.github.tg-monitor:tgm-entities:0.0.2'
implementation 'com.github.tg-monitor:tgm-servicelocator:0.0.1'
}

0 comments on commit 0c3c0b2

Please sign in to comment.