Skip to content
This repository was archived by the owner on Jun 18, 2023. It is now read-only.

Commit 417c2a7

Browse files
committed
Update version to 0.3.0
1 parent 5ae8530 commit 417c2a7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Add the following dependencies:
1010

1111
```groovy
1212
dependencies {
13-
runtimeOnly 'io.github.springwolf:springwolf-ui:0.2.2'
13+
runtimeOnly 'io.github.springwolf:springwolf-ui:0.3.0'
1414
}
1515
```
1616

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66
}
77

88
group = 'io.github.springwolf'
9-
version = '0.2.1' + (Boolean.valueOf(System.getProperty('snapshot')) ? '-SNAPSHOT' : '')
9+
version = '0.3.0' + (Boolean.valueOf(System.getProperty('snapshot')) ? '-SNAPSHOT' : '')
1010
sourceCompatibility = '1.8'
1111

1212
node {

0 commit comments

Comments
 (0)