There was an error while loading. Please reload this page.
1 parent c3f777d commit 45dc66cCopy full SHA for 45dc66c
2 files changed
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@rewritetoday/sdk",
3
- "version": "1.0.0",
+ "version": "1.0.1",
4
"repository": {
5
"type": "git",
6
"url": "git+https://github.com/rewritetoday/node.git"
src/version.ts
@@ -3,4 +3,4 @@
/**
* Current version of [@rewritetoday/sdk](https://www.npmjs.com/package/@rewritetoday/sdk).
*/
-export const version = '1.0.0' as const;
+export const version = '1.0.1' as const;
0 commit comments