Skip to content

Commit

Permalink
docs: updated readme #prod
Browse files Browse the repository at this point in the history
  • Loading branch information
syntaxlexx committed Apr 18, 2023
1 parent 4a672a5 commit 9196dc4
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "lexxyungcarter/laravelte",
"name": "syntaxlexx/laravelte",
"type": "project",
"description": "Laravel 10 Ft. Inertiajs, Svelte, Typescript, TailwindCSS Skeleton UI and Pest Tests",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion config/system.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

use App\Models\User;

$appVersion = '0.0.2';
$appVersion = '1.0.0';

return [
// App Version
Expand Down
2 changes: 1 addition & 1 deletion resources/ts/Components/PremiumAccess.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@
<li>Users - Manage messages</li>
<li>Users - Manage notifications</li>
</ul>
<a href="#" use:inertia class="mt-6 inline-block w-full sm:w-auto">
<a href="https://syntaxlexx.gumroad.com/l/xfqol" use:inertia class="mt-6 inline-block w-full sm:w-auto">
<img src="/img/gumroad-button.jpg" alt="purchase on gumroad" />
</a>
</div>
Expand Down

0 comments on commit 9196dc4

Please sign in to comment.