Skip to content

Commit

Permalink
Incremented version to 3.1.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
hikalkan committed Oct 13, 2017
1 parent d18351b commit 5aed490
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
Expand Up @@ -4,7 +4,7 @@
"authors": [
"Halil İbrahim Kalkan"
],
"version": "v2.2.1",
"version": "v3.1.0",
"description": "Script and style resources for ASP.NET Boilerplate based web projects.",
"main": "Abp/Framework/scripts/abp.js",
"moduleType": [],
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": "abp-web-resources",
"version": "2.2.1",
"version": "3.1.0",
"description": "ASP.NET Boilerplate web resources",
"main": "Abp/Framework/scripts/abp.js",
"dependencies": {},
Expand Down
2 changes: 1 addition & 1 deletion packages.config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<packages>
<package id="Abp.Web.Resources" version="2.2.1" targetFramework="net46" />
<package id="Abp.Web.Resources" version="3.1.0" targetFramework="net461" />
</packages>

0 comments on commit 5aed490

Please sign in to comment.