Skip to content

Commit

Permalink
Bumped version to 2.0.0, and removed the +dev from the version field
Browse files Browse the repository at this point in the history
  • Loading branch information
stopyoukid committed Aug 26, 2020
1 parent 0ba5630 commit 08b86a6
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": "powerbi-visuals-cardbrowser",
"version": "1.1.5",
"version": "2.0.0",
"description": "Card Browser, a custom visual for PowerBI",
"main": "src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,6 @@ export const DEFAULT_VISUAL_SETTINGS = {
limit: 500
},
general: {
version: `${packageJSON.version}${isDev ? '+dev' : ''}`
version: `${packageJSON.version}`
}
};

0 comments on commit 08b86a6

Please sign in to comment.