switch to semver

This commit is contained in:
ghost 2023-11-17 17:43:23 +02:00
parent 51753302ec
commit d3dde5bd3f
2 changed files with 2 additions and 2 deletions

View File

@ -60,7 +60,7 @@ if (!$clitoris = @json_decode(
); );
} }
if ($clitoris->version !== '1.0') if ($clitoris->version !== '1.0.0')
{ {
exit( exit(
sprintf( sprintf(

View File

@ -83,7 +83,7 @@ print_r(
'_CLITOR_IS_', '_CLITOR_IS_',
json_encode( json_encode(
[ [
'version' => '1.0', 'version' => '1.0.0',
'model' => 'model' =>
[ [
'name' => 'kevacoin', 'name' => 'kevacoin',