diff --git a/package.json b/package.json index c006410b69..6e9a5713a9 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "design-system", "description": "Salesforce Lightning Design System", - "version": "2.2.1", + "version": "2.2.2", "author": "Salesforce", "slds": { "name": "Spring ’17", diff --git a/ui/_config.scss b/ui/_config.scss index 85e1f82de4..5a0cbb2a92 100644 --- a/ui/_config.scss +++ b/ui/_config.scss @@ -15,7 +15,7 @@ /// /// @type String /// @access private -$app-version: '2.2.1'; +$app-version: '2.2.2'; /// Debug mode (uncomment to activate) /// Turn on to output deprecation warnings during development