Skip to content

Commit

Permalink
Bump version to 7.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ogi1982 authored and arnel committed Sep 23, 2022
1 parent 0d71672 commit cf8dbab
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@digime/digime-sdk-nodejs",
"version": "6.0.2",
"version": "7.0.0",
"description": "Node.JS SDK for digi.me",
"main": "dist/main/index.js",
"types": "dist/main/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/sdk-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
* Copyright (c) 2009-2022 digi.me Limited. All rights reserved.
*/

export default "6.0.1";
export default "7.0.0";
2 changes: 1 addition & 1 deletion tools/update-sdk-version.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
import fs from "fs";

const fileContent = `/*!
* Copyright (c) 2009-2021 digi.me Limited. All rights reserved.
* Copyright (c) 2009-2022 digi.me Limited. All rights reserved.
*/
export default "${process.env.npm_package_version}";
Expand Down

0 comments on commit cf8dbab

Please sign in to comment.