princejs 1.3.0 → 1.3.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
@@ -1,7 +1,7 @@
1
1
  # PrinceJS
2
2
 
3
3
  **The fastest backend framework ever made.** <br>
4
- **Under 5 kB • Beats Hono and Express • Built in 3 days** <br>
4
+ **Beats Hono and Express • Built in 3 days** <br>
5
5
 
6
6
  ---
7
7
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "princejs",
3
- "version": "1.3.0",
3
+ "version": "1.3.1",
4
4
  "description": "An easy and fast backend framework — by a 13yo developer, for developers.",
5
5
  "main": "dist/prince.js",
6
6
  "types": "dist/prince.d.ts",