Skip to content

Commit

Permalink
refactor: use 3.1.0 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
3rdvision committed Aug 22, 2023
1 parent 07f3d7f commit cec45a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ripe-sdk",
"version": "3.0.2",
"version": "3.1.0",
"description": "The public SDK for RIPE Core",
"keywords": [
"js",
Expand Down
2 changes: 1 addition & 1 deletion src/js/base/ripe.js
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cec45a5

Please sign in to comment.