Skip to content

Commit

Permalink
bumped to 1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
maxwells committed Mar 26, 2014
1 parent 08a0a7d commit 60425ea
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright (c) 2012 Max Lahey
Copyright (c) 2012-2014 Max Lahey

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
4 changes: 2 additions & 2 deletions bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-tags",
"version": "1.0.0",
"version": "1.1.3",
"homepage": "http://github.com/maxwells/bootstrap-tags",
"bugs": "https://github.com/maxwells/bootstrap-tags/issues",
"authors": [
Expand Down Expand Up @@ -28,7 +28,7 @@
],
"dependencies": {
"jquery": ">=1.9.0",
"bootstrap": "~2.3.2"
"bootstrap": ">=2.3.2"
},
"scripts": {
"test": "grunt jasmine"
Expand Down
4 changes: 2 additions & 2 deletions component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "bootstrap-tags",
"version": "1.0.0",
"version": "1.1.3",
"homepage": "http://github.com/maxwells/bootstrap-tags",
"bugs": "https://github.com/maxwells/bootstrap-tags/issues",
"authors": [
Expand Down Expand Up @@ -28,7 +28,7 @@
],
"dependencies": {
"jquery": ">=1.9.0",
"bootstrap": "~2.3.2"
"bootstrap": ">=2.3.2"
},
"scripts": {
"test": "grunt jasmine"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@
"test": "grunt test"
},
"private": true,
"version": "1.1.0"
"version": "1.1.3"
}

0 comments on commit 60425ea

Please sign in to comment.