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 7c7c4a0 commit fd7c044Copy full SHA for fd7c044
.github/workflows/main.yml
@@ -403,8 +403,6 @@ jobs:
403
echo "✅ Successfully published packages to npm"
404
echo " Main: @sqliteai/sqlite-agent@${{ steps.tag.outputs.version }}"
405
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
406
- env:
407
- NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
408
409
- uses: softprops/[email protected]
410
if: steps.tag.outputs.version != ''
src/sqlite-agent.h
@@ -27,7 +27,7 @@
27
extern "C" {
28
#endif
29
30
-#define SQLITE_AGENT_VERSION "0.1.1"
+#define SQLITE_AGENT_VERSION "0.1.2"
31
32
/**
33
* SQLite extension entry point
0 commit comments