Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
idleberg committed Jun 28, 2015
1 parent 564b367 commit c755c49
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-listr",
"version": "2.1.1",
"version": "2.1.2",
"private": true,
"homepage": "https://github.com/idleberg/Bootstrap-Listr",
"devDependencies": {
Expand Down
2 changes: 1 addition & 1 deletion gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -773,7 +773,7 @@ gulp.task('upgrade_config', function () {
// Add hidden_files
var defaults = require('./src/config.json');

if (meta.version == "2.1.1") {
if (meta.version == "2.1.2") {

gulp.src("dist/config.json")
.pipe(jeditor(function(config) {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-listr",
"version": "2.1.1",
"version": "2.1.2",
"private": true,
"homepage": "https://github.com/idleberg/Bootstrap-Listr",
"devDependencies": {
Expand Down

0 comments on commit c755c49

Please sign in to comment.