Skip to content

Commit

Permalink
chore: tag version 1.0.0-rc.8
Browse files Browse the repository at this point in the history
  • Loading branch information
beeman committed Nov 21, 2022
1 parent d411716 commit 7856ce5
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/flutter-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
image: ghcr.io/kin-labs/kinetic-solana-network:latest
ports: [ '8899:8899', '8900:8900' ]
kinetic:
image: ghcr.io/kin-labs/kinetic:1.0.0-rc.7
image: ghcr.io/kin-labs/kinetic:1.0.0-rc.8
ports:
- 3000:3000
env:
Expand Down
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 1.0.0-rc.8

* chore: update Kinetic OpenAPI code to Kinetic 1.0.0-rc.8

## 1.0.0-rc.7

* chore: update Kinetic OpenAPI code to Kinetic 1.0.0-rc.7
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ In order to use this SDK, please head over to the [Kinetic Dart SDK](https://kin

## Version

This SDK is built to work with `@kinetic/api@v1.0.0-rc.7`. Using it with other versions may lead to issues.
This SDK is built to work with `@kinetic/api@v1.0.0-rc.8`. Using it with other versions may lead to issues.

## Contributing

Expand Down
2 changes: 1 addition & 1 deletion lib/version.dart
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
const String name = "Kinetic Dart SDK";
const String version = "1.0.0-rc.7";
const String version = "1.0.0-rc.8";
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: kinetic
version: 1.0.0-rc.7
version: 1.0.0-rc.8
description: The official Kinetic Dart SDK brought to you by the Kin Foundation.
homepage: https://github.com/kin-labs/kinetic-dart
repository: https://github.com/kin-labs/kinetic-dart
Expand Down

0 comments on commit 7856ce5

Please sign in to comment.