diff --git a/firebird-ng/package.json b/firebird-ng/package.json index 8d5f76c..4e00b64 100644 --- a/firebird-ng/package.json +++ b/firebird-ng/package.json @@ -1,6 +1,6 @@ { "name": "firebird", - "version": "0.1.23", + "version": "0.1.24", "scripts": { "ng": "ng", "serve": "ng serve", diff --git a/pyrobird/pyrobird/__about__.py b/pyrobird/pyrobird/__about__.py index 26507a3..b58564b 100644 --- a/pyrobird/pyrobird/__about__.py +++ b/pyrobird/pyrobird/__about__.py @@ -2,4 +2,4 @@ # This file is part of Firebird Event Display and is licensed under the LGPLv3. # See the LICENSE file in the project root for full license information. -__version__ = "0.1.23" +__version__ = "0.1.24"