create-tnt-stack 0.3.4 → 0.3.5

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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -2,10 +2,10 @@
2
2
  <picture>
3
3
  <source
4
4
  media="(prefers-color-scheme: dark)"
5
- srcset="https://github.com/SlickYeet/create-tnt-stack/blob/8fbac6741f1a0003bbd36e512e8a859b52db0793/docs/public/logo.light.png"
5
+ srcset="https://github.com/SlickYeet/create-tnt-stack/blob/1a2dc7b99935663b2caf1a88de04e1edeac94a89/docs/public/logo.light.png"
6
6
  />
7
7
  <img
8
- src="https://github.com/SlickYeet/create-tnt-stack/blob/8fbac6741f1a0003bbd36e512e8a859b52db0793/docs/public/logo.dark.png"
8
+ src="https://github.com/SlickYeet/create-tnt-stack/blob/1a2dc7b99935663b2caf1a88de04e1edeac94a89/docs/public/logo.dark.png"
9
9
  width="130"
10
10
  alt="TNT-Powered logo"
11
11
  />
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "create-tnt-stack",
3
- "version": "0.3.4",
3
+ "version": "0.3.5",
4
4
  "description": "Create web application with the TNT-Powered stack",
5
5
  "license": "MIT",
6
6
  "repository": {