Skip to content

Commit 672c9c9

Browse files
committed
Changed version
1 parent 8514110 commit 672c9c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"description": "Code examples provided for the book Artificial Intelligence with PHP.",
44
"type": "project",
55
"license": "MIT",
6-
"version": "0.6.0",
6+
"version": "0.7.0",
77
"config": {
88
"allow-plugins": {
99
"php-http/discovery": true

public/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ function gtag(){dataLayer.push(arguments);}
8181
</head>
8282
<body<?=$dataTheme;?>>
8383
<header class="navbar navbar-dark sticky-top bg-dark flex-md-nowrap p-0 shadow">
84-
<a class="navbar-brand col-md-3 col-lg-2 me-0 px-3" href="<?=APP_URL?>">AI with PHP Examples <span class="d-none d-md-inline">(<small>v0.6.0</small>)</span></a>
84+
<a class="navbar-brand col-md-3 col-lg-2 me-0 px-3" href="<?=APP_URL?>">AI with PHP Examples <span class="d-none d-md-inline">(<small>v0.7.0</small>)</span></a>
8585

8686
<button id="btn-toggler" class="navbar-toggler position-absolute d-md-none collapsed" type="button" data-bs-toggle="collapse" data-bs-target="#sidebarMenu" aria-controls="sidebarMenu" aria-expanded="false" aria-label="Toggle navigation">
8787
<span class="navbar-toggler-icon"></span>

0 commit comments

Comments
 (0)