@je-es/server 0.1.3 → 0.1.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 +2 -2
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -8,7 +8,7 @@
8
8
  </div>
9
9
 
10
10
  <div align="center">
11
- <img src="https://img.shields.io/badge/v-0.1.3-black"/>
11
+ <img src="https://img.shields.io/badge/v-0.1.4-black"/>
12
12
  <img src="https://img.shields.io/badge/🔥-@je--es-black"/>
13
13
  <div align="center"> <img src="./assets/img/line.png" alt="line" style="display: block; margin-top:20px;margin-bottom:20px;width:500px;"/> <br> </div>
14
14
  <img src="https://github.com/je-es/server/actions/workflows/ci.yml/badge.svg" alt="CI" />
@@ -576,4 +576,4 @@
576
576
  <a href="https://github.com/solution-lib/space"><img src="https://img.shields.io/badge/by-Space-black"/></a>
577
577
  </div>
578
578
 
579
- <!-- ╚═════════════════════════════════════════════════════════════════╝ -->
579
+ <!-- ╚═════════════════════════════════════════════════════════════════╝ -->
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@je-es/server",
3
- "version": "0.1.3",
3
+ "version": "0.1.4",
4
4
  "description": "The simplest, fastest, and most organized way to build production-ready servers with Bun.",
5
5
  "keywords": ["je-es", "server"],
6
6
  "license": "MIT",