Skip to content

Commit

Permalink
Fix branch alias
Browse files Browse the repository at this point in the history
  • Loading branch information
const-se committed Sep 10, 2018
1 parent 7a0cea4 commit df572e1
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "const-se/selectize-bootstrap4-theme",
"type": "library",
"version": "1.2.0",
"version": "1.2.1",
"license": "Apache-2.0",
"description": "Selectize Theme for Bootstrap 4",
"keywords": [
Expand All @@ -24,7 +24,7 @@
"homepage": "https://github.com/const-se/selectize-bootstrap4-theme",
"extra": {
"branch-alias": {
"dev-master": "1.0.x-dev"
"dev-master": "1.2.x-dev"
}
},
"support": {
Expand Down
2 changes: 1 addition & 1 deletion dist/css/selectize.bootstrap4.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Selectize Theme for Bootstrap 4
* Version 1.2.0
* Version 1.2.1
* Copyright 2018 Constantine Seleznyoff <const.seoff@gmail.com>
* Licensed under the Apache License, Version 2.0 (https://github.com/const-se/selectize-bootstrap4-theme/blob/master/LICENSE)
*/
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "selectize-bootstrap4-theme",
"version": "1.2.0",
"version": "1.2.1",
"license": "Apache-2.0",
"main": "gulpfile.js",
"description": "Selectize Theme for Bootstrap 4",
Expand Down
2 changes: 1 addition & 1 deletion scss/selectize.bootstrap4.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
/*!
* Selectize Theme for Bootstrap 4
* Version 1.2.0
* Version 1.2.1
* Copyright 2018 Constantine Seleznyoff <const.seoff@gmail.com>
* Licensed under the Apache License, Version 2.0 (https://github.com/const-se/selectize-bootstrap4-theme/blob/master/LICENSE)
*/
Expand Down

0 comments on commit df572e1

Please sign in to comment.