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 b7eebfe commit 6adb5de
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 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.

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

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

6 changes: 3 additions & 3 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.4'
version '0.0.5'

sourceCompatibility = 1.8

Expand All @@ -30,7 +30,7 @@ configurations.all {
}

dependencies {
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-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 6adb5de

Please sign in to comment.