move all versions to Semantic Versioning

This commit is contained in:
Antranig Vartanian 2025-10-04 11:45:03 +04:00
parent 6d4c08fb85
commit d1c3a3601f
No known key found for this signature in database
GPG key ID: DE3998662D59F21C
30 changed files with 83 additions and 83 deletions

View file

@ -2,19 +2,19 @@
"Package": "test_server",
"Author": "noch",
"License": "GPL-3",
"Version": "0.1",
"Version": "0.1.0",
"Remote":
{
"type": "git",
"path": "https://github.com/norayr/test_server",
"tag" : "0.1"
"tag" : "0.1.0"
},
"Dependencies":
{
"lists": "0.1",
"Internet":"0.1",
"time": "0.1",
"fifo": "0.1"
"lists": "0.1.0",
"Internet":"0.1.0",
"time": "0.1.0",
"fifo": "0.1.0"
},
"Build":
[