Skip to content

Commit 9196dc4

Browse files
committed
docs: updated readme #prod
1 parent 4a672a5 commit 9196dc4

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "lexxyungcarter/laravelte",
2+
"name": "syntaxlexx/laravelte",
33
"type": "project",
44
"description": "Laravel 10 Ft. Inertiajs, Svelte, Typescript, TailwindCSS Skeleton UI and Pest Tests",
55
"keywords": [

config/system.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
use App\Models\User;
44

5-
$appVersion = '0.0.2';
5+
$appVersion = '1.0.0';
66

77
return [
88
// App Version

resources/ts/Components/PremiumAccess.svelte

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@
7575
<li>Users - Manage messages</li>
7676
<li>Users - Manage notifications</li>
7777
</ul>
78-
<a href="#" use:inertia class="mt-6 inline-block w-full sm:w-auto">
78+
<a href="https://syntaxlexx.gumroad.com/l/xfqol" use:inertia class="mt-6 inline-block w-full sm:w-auto">
7979
<img src="/img/gumroad-button.jpg" alt="purchase on gumroad" />
8080
</a>
8181
</div>

0 commit comments

Comments
 (0)