Skip to content

Commit b286e5e

Browse files
committed
update version
1 parent 6922b69 commit b286e5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ repositories {
1313
}
1414
1515
dependencies {
16-
implementation "net.robinfriedli:exec:1.0"
16+
implementation "net.robinfriedli:exec:1.1"
1717
}
1818
```
1919

@@ -22,7 +22,7 @@ dependencies {
2222
<dependency>
2323
<groupId>net.robinfriedli</groupId>
2424
<artifactId>exec</artifactId>
25-
<version>1.0</version>
25+
<version>1.1</version>
2626
<type>pom</type>
2727
</dependency>
2828

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 = "net.robinfriedli"
9-
version = "1.0"
9+
version = "1.1"
1010
sourceCompatibility = "8"
1111
targetCompatibility = "8"
1212

0 commit comments

Comments
 (0)