Skip to content

Commit 70c08f5

Browse files
committed
fix(packages/node): update platform specific packages LICENSE path in README
1 parent 758671c commit 70c08f5

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/node/generate-platform-packages.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ npm install @sqliteai/sqlite-vector
153153
154154
## License
155155
156-
See [LICENSE.md](../../../LICENSE.md) in the root directory.
156+
See [LICENSE.md](./LICENSE.md) in the root directory.
157157
`;
158158
}
159159

src/sqlite-vector.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
extern "C" {
2525
#endif
2626

27-
#define SQLITE_VECTOR_VERSION "0.9.49"
27+
#define SQLITE_VECTOR_VERSION "0.9.50"
2828

2929
SQLITE_VECTOR_API int sqlite3_vector_init (sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi);
3030

0 commit comments

Comments
 (0)