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,20 +2,20 @@
"Package": "irc_bot",
"Author": "noch",
"License": "GPL-3",
"Version": "0.1",
"Version": "0.1.0",
"Remote":
{
"type": "git",
"path": "https://github.com/norayr/irc_bot",
"tag" : "0.1"
"tag" : "0.1.0"
},
"Dependencies":
{
"opts": "0.1",
"lists":"0.1",
"Internet": "0.1",
"time": "0.1",
"irc": "0.1"
"opts": "0.1.0",
"lists":"0.1.0",
"Internet": "0.1.0",
"time": "0.1.0",
"irc": "0.1.0"
},
"Build":
[