Skip to content

Commit

Permalink
release
Browse files Browse the repository at this point in the history
  • Loading branch information
fzdwx committed May 27, 2022
1 parent d188b8c commit 1d7e8ac
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<dependency>
<groupId>io.github.fzdwx</groupId>
<artifactId>sky-http-springboot-starter</artifactId>
<version>0.10.6</version>
<version>0.10.7</version>
</dependency>
```

Expand Down Expand Up @@ -46,4 +46,4 @@ public class BurstServerApplication {
});
}
}
```
```
4 changes: 2 additions & 2 deletions sky-infrastructure/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ It encapsulates a layer on netty, which is easier to use
<dependency>
<groupId>io.github.fzdwx</groupId>
<artifactId>sky-infrastructure</artifactId>
<version>0.10.6</version>
<version>0.10.7</version>
</dependency>
```

Expand Down Expand Up @@ -73,4 +73,4 @@ public class Test {
}

}
```
```

0 comments on commit 1d7e8ac

Please sign in to comment.