From cec45a592abfdc091844f4554adb446a3bdecbd0 Mon Sep 17 00:00:00 2001 From: 3rdvision Date: Tue, 22 Aug 2023 12:03:07 +0100 Subject: [PATCH] refactor: use 3.1.0 instead --- package.json | 2 +- src/js/base/ripe.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index d4bc03ba..e7c58e53 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "ripe-sdk", - "version": "3.0.2", + "version": "3.1.0", "description": "The public SDK for RIPE Core", "keywords": [ "js", diff --git a/src/js/base/ripe.js b/src/js/base/ripe.js index 6012a965..8d286198 100644 --- a/src/js/base/ripe.js +++ b/src/js/base/ripe.js @@ -6,7 +6,7 @@ const ripe = base.ripe; * The version of the RIPE SDK currently in load, should * be in sync with the package information. */ -ripe.VERSION = "3.0.2"; +ripe.VERSION = "3.1.0"; /** * Object that contains global (static) information to be used by