From 94f68644b68d8395505b0f38e1455a8f006ceebb Mon Sep 17 00:00:00 2001 From: RestBird Date: Sun, 14 Aug 2022 10:17:25 -0700 Subject: [PATCH 1/2] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 31b3180..ce2ae5a 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ This is the example repository for demo how to automatiocally retrieve OAuth 2.0 To use this repo -* Download Restbird docker +* Download Restbird docker2 ~~~ docker pull restbird/rest @@ -98,4 +98,4 @@ def printConsoleLog(host, basicAuth, historyId){ println('--Console Status: '+consoleResponse.status) println('--Console Response: '+consoleResponse.content) } -~~~ \ No newline at end of file +~~~ From 0b7e329e6490bc6660154b9afd24e448d30250a1 Mon Sep 17 00:00:00 2001 From: RestBird Date: Sun, 14 Aug 2022 19:25:31 -0700 Subject: [PATCH 2/2] Update version.json --- version.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/version.json b/version.json index a815d63..8cb93df 100755 --- a/version.json +++ b/version.json @@ -1,5 +1,5 @@ { "hostname": "RestBird", - "version": "2.2", + "version": "2.4", "license": "Community License" -} \ No newline at end of file +}