diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d7e64f..7af7d7e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Change Log -## Version 2.1.0 (Latest Stable Release) +## Version 2.1.1 (Latest Stable Release) * Code cleanup and removed un-necessary files from codebase * Improved build workflow using Grunt and NPM diff --git a/qa-plugin/Donut-admin/metadata.json b/qa-plugin/Donut-admin/metadata.json index 9109d4f..51c7fcf 100644 --- a/qa-plugin/Donut-admin/metadata.json +++ b/qa-plugin/Donut-admin/metadata.json @@ -2,7 +2,7 @@ "name": "Donut theme Admin Panel", "uri": "https://github.com/amiyasahu/Donut/", "description": "Provides customization support for Donut theme", - "version": "2.0.2", + "version": "2.1.0", "date": "2018-12-06", "author": "Amiya Sahu", "author_uri": "http://www.amiyasahu.github.io/", diff --git a/qa-plugin/Donut-admin/qa-plugin.php b/qa-plugin/Donut-admin/qa-plugin.php index 43a774f..c2e24e0 100644 --- a/qa-plugin/Donut-admin/qa-plugin.php +++ b/qa-plugin/Donut-admin/qa-plugin.php @@ -3,7 +3,7 @@ Plugin Name: Donut theme Admin Panel Plugin URI: https://github.com/amiyasahu/Donut/ Plugin Description: Provides customization support for Donut theme - Plugin Version: 2.0.2 + Plugin Version: 2.1.1 Plugin Date: 2018-12-06 Plugin Author: Amiya Sahu Plugin Author URI: http://www.amiyasahu.github.io/ diff --git a/qa-theme/Donut-theme/metadata.json b/qa-theme/Donut-theme/metadata.json index cac0d90..f367d74 100644 --- a/qa-theme/Donut-theme/metadata.json +++ b/qa-theme/Donut-theme/metadata.json @@ -1,7 +1,7 @@ { "name": "Donut", "description": "Modern and Responsive theme for Question2Answer ( Q2A ) websites", - "version": "2.0.2", + "version": "2.1.1", "date": "2018-12-06", "author": "Amiya Sahu", "author_uri": "http://www.amiyasahu.github.io/", diff --git a/qa-theme/Donut-theme/qa-styles.css b/qa-theme/Donut-theme/qa-styles.css index 4572d57..cd0fcd8 100644 --- a/qa-theme/Donut-theme/qa-styles.css +++ b/qa-theme/Donut-theme/qa-styles.css @@ -2,7 +2,7 @@ Theme Name: Donut Theme URI: https://github.com/amiyasahu/Donut/ Theme Description: Modern and Responsive theme for Question2Answer ( Q2A ) websites - Theme Version: 2.0.2 + Theme Version: 2.1.1 Theme Date: 2018-12-06 Theme Author: Amiya Sahu Theme Author URI: http://www.amiyasahu.github.io/ diff --git a/qa-theme/Donut-theme/qa-theme.php b/qa-theme/Donut-theme/qa-theme.php index e34d0a4..61f7245 100644 --- a/qa-theme/Donut-theme/qa-theme.php +++ b/qa-theme/Donut-theme/qa-theme.php @@ -22,7 +22,7 @@ /** * Define the version of the theme that is installed */ - @define( 'DONUT_THEME_VERSION', "2.0.2" ); + @define( 'DONUT_THEME_VERSION', "2.1.1" ); /** * Include the required files for the theme