Skip to content

Commit

Permalink
Merge pull request #208 from dominant-strategies/1.0.0-alpha.2
Browse files Browse the repository at this point in the history
Update version to 1.0.0-alpha.2
  • Loading branch information
robertlincecum authored Jun 18, 2024
2 parents d4e211b + 90bb2ba commit 6f77716
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): Full support for Quai Network's Golden 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.

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

0 comments on commit 6f77716

Please sign in to comment.