Skip to content

Commit 18db10a

Browse files
Merge branch 'master' into development
2 parents b10770d + 371f374 commit 18db10a

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -6,3 +6,4 @@
66
/public/Templates/Compile/*
77
composer.lock
88
config.php
9+
*.md

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"type": "project",
44
"author": "Champa",
55
"language": "php",
6-
"version": "0.9.32",
6+
"version": "0.9.33",
77
"description": "A fast and simple PHP framework",
88
"keywords": ["framework","fasty"],
99
"homepage": "https://github.com/FastyPHP/fasty",

config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
'site_uri' => 'http://localhost',
55
'timezone' => 'Europe/Sarajevo',
66
'language' => 'English',
7-
'version' => '0.9.32',
7+
'version' => '0.9.33',
88
'sslonly' => false,
99
'underdev' => true,
1010
'displayConsole' => true,

0 commit comments

Comments
 (0)