Skip to content

Commit

Permalink
chore: release 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
LunatiqueCoder committed Apr 9, 2023
1 parent bab5c85 commit 9d355af
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"templates/vanilla/*"
],
"private": true,
"version": "2.1.11-8",
"version": "3.0.0",
"description": "🌘Luna is a React Native and Next.js boilerplate so your app can run on Android, IOS and Web concurrently.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion packages/create-luna-app/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "create-luna-app",
"version": "2.1.11-8",
"version": "3.0.0",
"description": "🌘Luna is a React Native and Next.js boilerplate so your app can run on Android, IOS and Web concurrently.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion templates/expo/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@create-luna-app/expo",
"version": "2.1.11-8",
"version": "3.0.0",
"description": "🌘Luna is a React Native and Next.js boilerplate so your app can run on Android, IOS and Web concurrently.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion templates/vanilla/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@criszz77/luna",
"version": "2.1.11-8",
"version": "3.0.0",
"description": "🌘Luna is a React Native and Next.js boilerplate so your app can run on Android, IOS and Web concurrently.",
"repository": {
"type": "git",
Expand Down
2 changes: 1 addition & 1 deletion templates/vanilla/template/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ProjectName",
"version": "2.1.11-8",
"version": "3.0.0",
"private": true,
"scripts": {
"android": "react-native run-android",
Expand Down

0 comments on commit 9d355af

Please sign in to comment.