Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
rileystephens28 committed Jun 20, 2024
1 parent 6795355 commit 34ae19c
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ in [TypeScript](https://www.typescriptlang.org).
**Versions**

- [0.1.17](https://www.npmjs.com/package/quais/v/0.1.17): Full support for Quai Network's Iron Age Testnet.
- [1.0.0-alpha](https://www.npmjs.com/package/quais/v/1.0.0-alpha.2): Full support for Quai Network's Golden Age Testnet.
- [1.0.0-alpha](https://www.npmjs.com/package/quais/v/1.0.0-alpha.3): Full support for Quai Network's Golden Age Testnet.

## Keep Updated

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -143,7 +143,7 @@
"format": "prettier --write src/**/*.ts"
},
"sideEffects": false,
"version": "1.0.0-alpha.2",
"version": "1.0.0-alpha.3",
"husky": {
"hooks": {
"pre-commit": "lint-staged"
Expand Down
2 changes: 1 addition & 1 deletion src/_version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@
*
* @ignore
*/
export const version: string = '1.0.0-alpha.2';
export const version: string = '1.0.0-alpha.3';

0 comments on commit 34ae19c

Please sign in to comment.