Skip to content

Commit 70603a6

Browse files
committed
build the new version 0.4.6
1 parent 2dce0fc commit 70603a6

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

generator/ffapi.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
var apiVersion = "0.4.5";
1+
var apiVersion = "0.4.6";
22
var handleSchema = function()
33
{
44
var currentSchema;

specs/CHANGES.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
0.4.6
2+
-----
3+
* added boost as donation campaign provider
4+
15
0.4.5
26
-----
37
* added nodelist to api as technical node map type http://freifunk-karte.de

specs/development.json

+1-1
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", "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", "X.X.X"],
1212
"default": "X.X.X",
1313
"required": true
1414
},

0 commit comments

Comments
 (0)