Skip to content

Commit 152f86f

Browse files
committed
Bump version to 0.1.2 and remove temp NPM_TOKEN
1 parent 1abf285 commit 152f86f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -412,15 +412,12 @@ 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 }}
417415
418416
- uses: softprops/[email protected]
419417
if: steps.tag.outputs.version != ''
420418
with:
421419
body: |
422-
# SQLite MCP Client Extension v${{ steps.tag.outputs.version }}
423-
420+
424421
## Packages
425422
426423
[**Node**](https://www.npmjs.com/package/@sqliteai/sqlite-mcp): `npm install @sqliteai/sqlite-mcp`

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.1"
30+
#define SQLITE_MCP_VERSION "0.1.2"
3131

3232
/**
3333
* SQLite extension entry point

0 commit comments

Comments
 (0)