Skip to content

Commit c9cfdc8

Browse files
committed
bump version in readme
1 parent d5b76a6 commit c9cfdc8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 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-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.
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-v31`. 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

@@ -148,11 +148,11 @@ To QA that your branch works as expected on a dependent repository e.g.
148148

149149
Until the [database version](#database-version) has a desktop release, `nbb-logseq` uses github versioning. With github versioning, releases are quick and the release is built locally on a developer's machine. To build a new version:
150150

151-
1. Increment version of `package.json` e.g. `1.2.173-feat-db-v29` to `1.2.173-feat-db-v30`
151+
1. Increment version of `package.json` e.g. `1.2.173-feat-db-v29` to `1.2.173-feat-db-v31`
152152
2. `npm i` to update `package-lock.json`.
153153
3. `rm -rf .shadow-cljs && NBB_CLI_NAME=nbb-logseq NBB_NPM_LIB_NAME='@logseq/nbb-logseq' bb release`
154154
4. Git commit all changes including package* and lib/* changes.
155-
5. `git tag` the commit e.g. `git tag feat-db-v30` and git push the new tag and commit.
155+
5. `git tag` the commit e.g. `git tag feat-db-v31` and git push the new tag and commit.
156156

157157
Once the desktop release occurs, nbb-logseq changes should be fewer and we can go back to the [NPM release process](#npm-release-process).
158158

0 commit comments

Comments
 (0)