Skip to content

Commit f117aec

Browse files
committed
released version 0.4.8
1 parent cbe651c commit f117aec

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

generator/ffapi.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var apiVersion = "0.4.7";
1+
var apiVersion = "0.4.8";
22
var handleSchema = function()
33
{
44
var currentSchema;

specs/development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"title": "API",
99
"type": "string",
1010
"description": "The Freifunk Community API version you use",
11-
"enum": ["0.1", "0.2.0", "0.2.1", "0.3.0", "0.3.1", "0.3.2,", "0.4.0", "0.4.1", "0.4.2", "0.4.3", "0.4.4", "0.4.5", "0.4.6", "0.4.7", "X.X.X"],
11+
"enum": ["0.1", "0.2.0", "0.2.1", "0.3.0", "0.3.1", "0.3.2,", "0.4.0", "0.4.1", "0.4.2", "0.4.3", "0.4.4", "0.4.5", "0.4.6", "0.4.7", "0.4.8", "X.X.X"],
1212
"default": "X.X.X",
1313
"required": true
1414
},

0 commit comments

Comments
 (0)