cli-cobalt 1.0.3 → 1.0.4

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,5 +1,5 @@
1
1
  # Cobalt unofficial CLI
2
- ![Cobalt Banner](banner.png)
2
+ ![Cobalt Banner](https://github.com/TWolbert/cobalt-cli/blob/main/banner.png?raw=true)
3
3
 
4
4
  I made this because of a [tweet](https://x.com/justusecobalt/status/1788828537908068668) on the [Cobalt Twitter Account](https://twitter.com/justusecobalt)
5
5
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "cli-cobalt",
3
- "version": "1.0.3",
3
+ "version": "1.0.4",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"