Skip to content
This repository has been archived by the owner on Dec 1, 2023. It is now read-only.

Commit

Permalink
chore(release): cut the v2.1.2 release
Browse files Browse the repository at this point in the history
  • Loading branch information
mgcrea committed Oct 19, 2014
1 parent 8f04d7b commit b59924b
Show file tree
Hide file tree
Showing 93 changed files with 727 additions and 493 deletions.
6 changes: 3 additions & 3 deletions angular-strap.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2011/10/nuspec.xsd">
<metadata>
<id>angular-strap</id>
<version>2.0.0</version>
<version>2.1.2</version>
<authors>Olivier Louvignes and contributors</authors>
<owners>mgcrea</owners>
<licenseUrl>https://raw.github.com/mgcrea/angular-strap/master/LICENSE.md</licenseUrl>
Expand All @@ -13,10 +13,10 @@
<tags>angular bootstrap</tags>
<dependencies>
<dependency id="bootstrap" version="[3.0.0, 4.0.0)" />
<dependency id="AngularJS.Core" version="[1.2.0, 2.0.0)" />
<dependency id="AngularJS.Core" version="[1.2.0, 1.3.0, 2.0.0)" />
</dependencies>
</metadata>
<files>
<file src="dist\*.*" target="content\Scripts" />
</files>
</package>
</package>
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "angular-strap",
"description": "AngularStrap - AngularJS directives for Bootstrap",
"version": "2.1.1",
"version": "2.1.2",
"keywords": [
"angular",
"bootstrap"
Expand Down
Loading

0 comments on commit b59924b

Please sign in to comment.