@lessonkit/cli 0.3.1 → 0.4.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -12,7 +12,7 @@ LessonKit CLI (early stub).
12
12
  npm install -g @lessonkit/cli
13
13
  ```
14
14
 
15
- ## Commands (0.3.0 stubs)
15
+ ## Commands (0.4.0 stubs)
16
16
 
17
17
  ```bash
18
18
  lessonkit init
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lessonkit/cli",
3
- "version": "0.3.1",
3
+ "version": "0.4.0",
4
4
  "private": false,
5
5
  "description": "LessonKit CLI (early stub).",
6
6
  "license": "Apache-2.0",