Skip to content

Commit 1abf285

Browse files
committed
Bump version to 0.1.1; add temp NPM_TOKEN for the first release on npmjs
1 parent 158da9e commit 1abf285

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -412,6 +412,8 @@ jobs:
412412
echo "✅ Successfully published packages to npm"
413413
echo " Main: @sqliteai/sqlite-mcp@${{ steps.tag.outputs.version }}"
414414
echo "━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━"
415+
env:
416+
NODE_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
415417

416418
- uses: softprops/[email protected]
417419
if: steps.tag.outputs.version != ''

src/sqlite-mcp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
extern "C" {
2828
#endif
2929

30-
#define SQLITE_MCP_VERSION "0.1.0"
30+
#define SQLITE_MCP_VERSION "0.1.1"
3131

3232
/**
3333
* SQLite extension entry point

0 commit comments

Comments
 (0)