Skip to content

Commit

Permalink
Merge pull request #114 from amiyasahu/develop
Browse files Browse the repository at this point in the history
Version update
  • Loading branch information
amiyasahu authored Mar 28, 2020
2 parents e3e9ac8 + a3af5a1 commit daa4ca9
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion qa-plugin/Donut-admin/metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion qa-plugin/Donut-admin/qa-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion qa-theme/Donut-theme/metadata.json
Original file line number Diff line number Diff line change
@@ -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/",
Expand Down
2 changes: 1 addition & 1 deletion qa-theme/Donut-theme/qa-styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down
2 changes: 1 addition & 1 deletion qa-theme/Donut-theme/qa-theme.php
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit daa4ca9

Please sign in to comment.