Skip to content

Commit abf4da6

Browse files
committed
Bump version for new-named dependencies
1 parent b7edb4c commit abf4da6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.idea/compiler.xml

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build.gradle

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ plugins {
33
}
44

55
group 'ai.quantumsense.tgmonitor'
6-
version '0.0.3'
6+
version '0.0.4'
77

88
sourceCompatibility = 1.8
99

@@ -26,7 +26,6 @@ configurations.all {
2626
}
2727

2828
dependencies {
29-
implementation 'com.github.tg-monitor:tgm-entities:0.0.1'
29+
implementation 'com.github.tg-monitor:tgm-entities:0.0.2'
3030
implementation 'com.github.tg-monitor:tgm-servicelocator:0.0.1'
31-
3231
}

settings.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
rootProject.name = 'tgm-monitor'
1+
rootProject.name = 'tgm-gmonitor'
22

0 commit comments

Comments
 (0)