Skip to content

Commit 98b7145

Browse files
committed
fix(packages/node): platform generated package.json author as the main one
1 parent 4ff1dc3 commit 98b7145

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
@@ -98,7 +98,7 @@ function generatePackageJson(platform, version) {
9898
'sync',
9999
...platform.name.split('-'),
100100
],
101-
author: 'SQLite Cloud, Inc.',
101+
author: 'Gioele Cantoni ([email protected])',
102102
license: 'SEE LICENSE IN LICENSE.md',
103103
repository: {
104104
type: 'git',

src/cloudsync.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
extern "C" {
2121
#endif
2222

23-
#define CLOUDSYNC_VERSION "0.8.54"
23+
#define CLOUDSYNC_VERSION "0.8.55"
2424

2525
int sqlite3_cloudsync_init (sqlite3 *db, char **pzErrMsg, const sqlite3_api_routines *pApi);
2626

0 commit comments

Comments
 (0)