Skip to content

Commit 1441852

Browse files
authored
Merge pull request #68 from KnowledgeCanvas/release-0.6.1
chore: Update package.json for release v0.6.1
2 parents 34c79a9 + a627346 commit 1441852

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "knowledge-canvas",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "Knowledge is an application for students, researchers, and life-long learners to manage their digital lives.",
55
"author": "Rob Royce <[email protected]> (https://robroyce.dev)",
66
"license": "Apache-2.0",

src/kc_angular/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kc_angular",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "This package contains the (core) Angular portion of the Knowledge web-app.",
55
"author": "Rob Royce <[email protected]> (https://robroyce.dev)",
66
"license": "Apache-2.0",

src/kc_electron/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kc_electron",
3-
"version": "0.6.0",
3+
"version": "0.6.1",
44
"description": "This package contains the Electron portion of the Knowledge desktop application.",
55
"main": "dist/electron.js",
66
"author": "Rob Royce <[email protected]> (https://robroyce.dev)",

src/kc_knowledge/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "kc_knowledge",
3-
"version": "0.0.0",
3+
"version": "0.6.1",
44
"description": "The Knowledge Graph portion of the Knowledge Application.",
55
"main": "dist/index.js",
66
"author": "Rob Royce <[email protected]> (https://robroyce.dev)",

0 commit comments

Comments
 (0)