Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
OllegK committed Aug 25, 2023
1 parent de392ab commit 89b0155
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/nexus-bridge/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@ideaportriga/nexus-bridge",
"description": "Bridges the gap between the jQuery-based API for Siebel Open UI and modern JS frameworks",
"version": "2.3.14",
"version": "2.3.15",
"author": "IDEAPORT RIGA AS",
"license": "MIT",
"main": "dist/index.js",
Expand Down
2 changes: 1 addition & 1 deletion packages/nexus-bridge/src/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export default class Nexus extends NexusBaseApplet {
this.pm.Get(this.consts.get("SWE_MTHD_UPDATE_USER_PREF")), ps)
}

getUsePref(key) {
getUserPref(key) {
return this.pm.Get(key);
}

Expand Down

0 comments on commit 89b0155

Please sign in to comment.