From 318cae4ef1c466cb85ee7fd9e297439f5332ebd4 Mon Sep 17 00:00:00 2001 From: icebaker Date: Sat, 16 Dec 2023 12:50:52 -0300 Subject: [PATCH] bump to 1.2.0 --- static/api.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/api.rb b/static/api.rb index cafc282..af0ba37 100644 --- a/static/api.rb +++ b/static/api.rb @@ -4,7 +4,7 @@ API = { project: 'Nano Bots API', - version: '1.1.0', + version: '1.2.0', 'nano-bots': { version: NanoBot.version, specification: NanoBot.specification }, documentation: 'https://spec.nbots.io', 'live-editor': 'https://clinic.nbots.io',