Skip to content

Commit

Permalink
Merge pull request #82 from maurobonfietti/1.0.0
Browse files Browse the repository at this point in the history
Version 1.0.0
  • Loading branch information
maurobonfietti committed Mar 23, 2024
2 parents f118334 + c8358b7 commit 0c2e394
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ docker-compose down

## 📹 TUTORIAL:

Learn how to develop a RESTful API with PHP and Slim 4 by following this [video](https://youtu.be/DetK1w65S-k) [:movie_camera: :sound: :es: :argentina:]
Learn how to develop a RESTful API with PHP and Slim 4 by following this [video](https://youtu.be/DetK1w65S-k) [🎥 🔈 🇪🇸 🇦🇷]


https://user-images.githubusercontent.com/24535949/180607903-7efd2cfc-b1df-4ad6-8295-801585df3b83.mp4
Expand Down
2 changes: 1 addition & 1 deletion src/Controller/Home.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ final class Home
{
private const API_NAME = 'slim4-api-skeleton';

private const API_VERSION = '0.41.0';
private const API_VERSION = '1.0.0';

private Container $container;

Expand Down

0 comments on commit 0c2e394

Please sign in to comment.