We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bebd39e commit 3a3d7adCopy full SHA for 3a3d7ad
version.ts
@@ -1 +1,8 @@
1
-export const LIB_VERSION = "0.2.0";
+/*
2
+DO NOT UPDATE THIS VALUE MANUALLY
3
+
4
+This value is automatically updated by the `prebuild` script based on the package version.
5
+Running the build script will automatically update this.
6
+*/
7
8
+export const LIB_VERSION = "0.2.1";
0 commit comments