Skip to content

Commit 04ac91f

Browse files
committed
chore: set release version: 0.0.14 in samples and README.md
1 parent 4cbb2e9 commit 04ac91f

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ Want to try out this project? The packages/api are not fixed in stone yet, so be
7777
<dependency>
7878
<groupId>dev.snowdrop</groupId>
7979
<artifactId>buildpack-client</artifactId>
80-
<version>0.0.13</version>
80+
<version>0.0.14</version>
8181
</dependency>
8282
```
8383

@@ -268,7 +268,7 @@ So, you can drop the following file in your project: (swap XXX for latest releas
268268
```java
269269
///usr/bin/env jbang "$0" "$@" ; exit $?
270270
271-
//DEPS dev.snowdrop:buildpack-client:0.0.13}
271+
//DEPS dev.snowdrop:buildpack-client:0.0.14}
272272
import static java.lang.System.*;
273273
274274
import java.io.File;

samples/hello-quarkus/pack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
//REPOS mavencentral,jitpack
44
//DEPS org.slf4j:slf4j-simple:1.7.30
5-
//DEPS ${env.CURRENT_WORKFLOW_DEP:dev.snowdrop:buildpack-client:0.0.14-SNAPSHOT}
5+
//DEPS ${env.CURRENT_WORKFLOW_DEP:dev.snowdrop:buildpack-client:0.0.14}
66

77

88
import java.io.File;

samples/hello-spring/pack.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
//REPOS mavencentral,jitpack
44
//DEPS org.slf4j:slf4j-simple:1.7.30
5-
//DEPS ${env.CURRENT_WORKFLOW_DEP:dev.snowdrop:buildpack-client:0.0.14-SNAPSHOT}
5+
//DEPS ${env.CURRENT_WORKFLOW_DEP:dev.snowdrop:buildpack-client:0.0.14}
66

77
import java.io.File;
88
import java.util.HashMap;

0 commit comments

Comments
 (0)