vaderjs-native 1.0.7 → 1.0.8

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 -5
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -127,8 +127,4 @@ export default defineConfig({
127
127
 
128
128
  Perfect for building Bun-first **cross-platform native apps** with speed and simplicity.
129
129
 
130
- ---
131
-
132
- If you want, I can also **add a “Getting Started” section with Bun commands for Android/iOS builds**, which would make this README 10x more practical for new VaderNative users.
133
-
134
- Do you want me to do that?
130
+
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "vaderjs-native",
3
- "version": "1.0.7",
3
+ "version": "1.0.8",
4
4
  "description": "Build Native Applications using Vaderjs framework.",
5
5
  "bin": {
6
6
  "vaderjs": "./main.js"