create-tnt-stack 0.3.0 → 0.3.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
@@ -133,4 +133,4 @@ so you understand the branching strategy and local development environment.
133
133
  https://img.shields.io/github/license/SlickYeet/create-tnt-stack?color=red
134
134
  [license-url]: https://github.com/SlickYeet/create-tnt-stack/blob/main/LICENSE
135
135
  [downloads-image]:
136
- https://img.shields.io/npm/dm/tnt-stack?color=364fc7&logoColor=364fc7
136
+ https://img.shields.io/npm/dm/create-tnt-stack?color=364fc7&logoColor=364fc7
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tnt-stack",
3
- "version": "0.3.0",
3
+ "version": "0.3.2",
4
4
  "description": "Create web application with the TNT-Powered stack",
5
5
  "license": "MIT",
6
6
  "repository": {