Skip to content

Commit

Permalink
preparing 0.5.3 update
Browse files Browse the repository at this point in the history
  • Loading branch information
holger1411 committed Jan 18, 2017
1 parent f7638dd commit 5f7fd50
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions bower.json
@@ -1,6 +1,6 @@
{
"name": "understrap",
"version": "0.5.2",
"version": "0.5.3",
"homepage": "http://understrap.com",
"authors": [
"Holger Koenemann <office@holgerkoenemann.de>"
Expand All @@ -26,6 +26,6 @@
"dependencies": {
},
"_source": "https://github.com/holger1411/understrap.git",
"_target": "~0.5.2",
"_target": "~0.5.3",
"_originalSource": "understrap"
}
10 changes: 5 additions & 5 deletions package.json
@@ -1,6 +1,6 @@
{
"name": "understrap",
"version": "0.5.2",
"version": "0.5.3",
"description": "Wordpress Theme framework",
"main": "index.js",
"scripts": {
Expand All @@ -25,7 +25,7 @@
"homepage": "https://understrap.com",
"dependencies": {
"bootstrap": "^4.0.0-alpha.6",
"browser-sync": "^2.18.5",
"browser-sync": "^2.18.6",
"del": "^2.2.2",
"font-awesome": "^4.7.0",
"gulp": "^3.9.1",
Expand All @@ -37,11 +37,11 @@
"gulp-plumber": "^1.1.0",
"gulp-rename": "^1.2.2",
"gulp-rimraf": "^0.2.1",
"gulp-sass": "^3.0.0",
"gulp-sourcemaps": "^2.2.1",
"gulp-sass": "^3.1.0",
"gulp-sourcemaps": "^2.4.0",
"gulp-uglify": "^2.0.0",
"gulp-watch": "^4.3.11",
"merge2": "^1.0.2",
"merge2": "^1.0.3",
"owl.carousel": "^2.2.0",
"run-sequence": "^1.2.2",
"undescores-for-npm": "^1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion style.css
Expand Up @@ -7,7 +7,7 @@ Description: Combination of Automattic´s _s theme and Bootstrap 4. Made as a so
That downloads everything and moves it in place so that you can recompile your CSS and JS files;
A developer version (with Gulp/node and Sass sources) is available on gitHub: https://github.com/holger1411/understrap
A child theme is available on Github, too: https://github.com/holger1411/understrap-child;
Version: 0.5.2
Version: 0.5.3
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: understrap
Expand Down

0 comments on commit 5f7fd50

Please sign in to comment.