Skip to content

Commit

Permalink
Upped version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hudec117 committed Feb 12, 2021
1 parent b80cb95 commit feccf0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "Salesforce User Permission Report",
"description": "Report showing granted permissions to a user from profile and permission sets. Accessible from user detail page.",
"version": "0.1.0",
"version": "1.0.0",
"author": "Aurel Hudec",
"homepage_url": "https://github.com/hudec117/sf-user-perm-report",
"incognito": "split",
Expand Down
2 changes: 1 addition & 1 deletion src/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "salesforce-user-permission-report",
"version": "0.1.0",
"version": "1.0.0",
"description": "Report showing granted permissions to a user from profile and permission sets. Accessible from user detail page.",
"scripts": {
"dev": "webpack --watch --config webpack.dev.js",
Expand Down

0 comments on commit feccf0c

Please sign in to comment.