Skip to content

Commit a1b71dc

Browse files
chore: bump version in readme
1 parent 1ad8d92 commit a1b71dc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ $ nbb-logseq -e '(+ 1 2 3)'
3636

3737
## Database Version
3838

39-
To use `nbb-logseq` with [the database version](https://github.com/logseq/logseq#-database-version), specify the version as `logseq/nbb-logseq#feat-db-v29`. This version is only available through github and has not been released to npm. An npm version will be released when the database version has a desktop release.
39+
To use `nbb-logseq` with [the database version](https://github.com/logseq/logseq#-database-version), specify the version as `logseq/nbb-logseq#feat-db-v30`. This version is only available through github and has not been released to npm. An npm version will be released when the database version has a desktop release.
4040

4141
Unlike file graphs, DB graphs can be written by scripts. This is powerful and opens up more use cases for scripting. To write your own script, you'll need a package.json and nbb.edn. Use [this example package.json](https://github.com/logseq/publish-spa/blob/feat/db/package.json) and [this example nbb.edn](https://github.com/logseq/publish-spa/blob/feat/db/nbb.edn). Some example database graph scripts:
4242

@@ -163,4 +163,4 @@ Steps to publish a new npm package:
163163
1. Update CHANGELOG.md if anything specific to nbb-logseq has been updated.
164164
2. Update nbb with `bb update-nbb` on https://github.com/babashka/nbb-features and confirm CI passes.
165165
* This is done to confirm that datascript and datascript-transit tests pass.
166-
3. Update nbb with `bb update-nbb` on this repo and confirm CI passes.
166+
3. Update nbb with `bb update-nbb` on this repo and confirm CI passes.

0 commit comments

Comments
 (0)