Skip to content

Commit a75dd92

Browse files
authored
chore: upgrade fo v0.1.0 (#3)
1 parent e69f01b commit a75dd92

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

.github/workflows/checks.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ on:
44
push:
55
branches: ["**"]
66

7+
permissions:
8+
contents: read
9+
packages: read
10+
711
jobs:
812
ci:
913
runs-on: ubuntu-latest

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<dependency>
3232
<groupId>com.featurevisor</groupId>
3333
<artifactId>featurevisor-java</artifactId>
34-
<version>0.0.8</version>
34+
<version>0.1.0</version>
3535
</dependency>
3636
<dependency>
3737
<groupId>com.fasterxml.jackson.core</groupId>

0 commit comments

Comments
 (0)