Skip to content

Commit

Permalink
Fixing SEMVER issue 2a079b0#commitcomment-20626482
Browse files Browse the repository at this point in the history
  • Loading branch information
thednp committed Jan 26, 2017
1 parent a52b253 commit 6976a20
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.native",
"version": "1.3.0",
"version": "2.0.0",
"homepage": "http://thednp.github.io/bootstrap.native/",
"authors": [
"dnp_theme"
Expand Down
2 changes: 1 addition & 1 deletion dist/bootstrap-native.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
// Native Javascript for Bootstrap 3 v1.3.0 | © dnp_theme | MIT-License
// Native Javascript for Bootstrap 3 v2.0.0 | © dnp_theme | MIT-License
(function (root, factory) {
if (typeof define === 'function' && define.amd) {
// AMD support:
Expand Down
2 changes: 1 addition & 1 deletion dist/bootstrap-native.min.js

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": "bootstrap.native",
"version": "1.3.0",
"version": "2.0.0",
"description": "Native Javascript for Bootstrap 3, the sweetest Javascript library without jQuery.",
"main": "dist/bootstrap-native.js",
"scripts": {
Expand Down

0 comments on commit 6976a20

Please sign in to comment.