@liascript/editor 1.1.28--0.17.1 → 1.1.29--0.17.1

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
@@ -23,7 +23,7 @@ install via npm:
23
23
  `npm i @liascript/editor`
24
24
 
25
25
  > **Note:** The version information might look a bit different e.g.
26
- > `1.1.28--0.17.1`. The second version mirrors current version of LiaScript,
26
+ > `1.1.29--0.17.1`. The second version mirrors current version of LiaScript,
27
27
  > while the first number is referring to the changes of the editor-branch.
28
28
 
29
29
  ## HowTo
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@liascript/editor",
3
- "version": "1.1.28--0.17.1",
3
+ "version": "1.1.29--0.17.1",
4
4
  "author": "André Dietrich",
5
5
  "license": "BSD-3-Clause",
6
6
  "description": "An extended Markdown interpreter for the creation of interactive online courses.",