diff --git a/KMPClient.version b/KMPClient.version new file mode 100644 index 0000000..1e68fa4 --- /dev/null +++ b/KMPClient.version @@ -0,0 +1,15 @@ +{ + "NAME": "KMP - Client", + "URL": "https://raw.githubusercontent.com/TehGimp/KerbalMultiPlayer/master/KMPClient.version", + "VERSION": { + "MAJOR": 0, + "MINOR": 1, + "PATCH": 5, + "BUILD": 1 + }, + "KSP_VERSION": { + "MAJOR": 0, + "MINOR": 23, + "PATCH": 5 + } +} \ No newline at end of file diff --git a/KMPServer.version b/KMPServer.version new file mode 100644 index 0000000..23e13bd --- /dev/null +++ b/KMPServer.version @@ -0,0 +1,15 @@ +{ + "NAME": "KMP - Server", + "URL": "https://raw.githubusercontent.com/TehGimp/KerbalMultiPlayer/master/KMPServer.version", + "VERSION": { + "MAJOR": 0, + "MINOR": 1, + "PATCH": 5, + "BUILD": 1 + }, + "KSP_VERSION": { + "MAJOR": 0, + "MINOR": 23, + "PATCH": 5 + } +} \ No newline at end of file