Skip to content

Commit

Permalink
Increment version
Browse files Browse the repository at this point in the history
  • Loading branch information
rileystephens28 committed Jun 25, 2024
1 parent a5830a7 commit 49f7394
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 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.3): Full support for Quai Network's Golden Age Testnet.
- [1.0.0-alpha](https://www.npmjs.com/package/quais/v/1.0.0-alpha.4): Full support for Quai Network's Golden Age Testnet.

## Keep Updated

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.3",
"version": "1.0.0-alpha.4",
"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.3';
export const version: string = '1.0.0-alpha.4';

0 comments on commit 49f7394

Please sign in to comment.