cami-cli 1.0.1 → 1.0.2

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
@@ -1,6 +1,6 @@
1
1
  # CAMI CLI
2
2
 
3
- A command-line interface tool for scaffolding CAMI (Cellular Automaton Model Interface) projects. Create plugin systems or visualization projects with a single command.
3
+ A command-line interface tool for scaffolding CAMI (Cellular Automaton Manager Intelligence) projects. Create plugin systems or visualization projects with a single command.
4
4
 
5
5
  ## 📦 Installation
6
6
 
package/package.json CHANGED
@@ -6,7 +6,7 @@
6
6
  "degit": "^2.8.4"
7
7
  },
8
8
  "name": "cami-cli",
9
- "version": "1.0.1",
9
+ "version": "1.0.2",
10
10
  "description": "",
11
11
  "main": "index.js",
12
12
  "scripts": {