From 5aaa5d23dcc811c36853b3bd7595cd1a6b7584d4 Mon Sep 17 00:00:00 2001 From: Paul Fenwick Date: Wed, 17 Dec 2014 00:38:05 +1100 Subject: [PATCH] Fix version leak of new 0.90 AGExt to 0.25 --- AGExt-1.25.ckan | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/AGExt-1.25.ckan b/AGExt-1.25.ckan index 5fffb1c0a7..2dc6b26feb 100644 --- a/AGExt-1.25.ckan +++ b/AGExt-1.25.ckan @@ -6,7 +6,7 @@ "abstract": "Increases the number of action groups to 250 and allows in-flight editing.", "license": "GPL-3.0", "release_status": "stable", - "ksp_version": "0.25", + "ksp_version": "0.90", "resources": { "homepage": "http://forum.kerbalspaceprogram.com/threads/74195", "repository": "https://github.com/SirDiazo/AGExt" @@ -49,4 +49,4 @@ "download": "https://github.com/SirDiazo/AGExt/releases/download/1.25/ActionGroupsExtended125.zip", "x_generated_by": "netkan", "download_size": 64549 -} \ No newline at end of file +}