Skip to content

Commit

Permalink
Version 1.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
antifree committed Feb 25, 2021
1 parent 05a2d77 commit d2bd266
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,12 +65,12 @@ We also add EasyData styles and the script file (`easydata.min.js`), which rende
@{
ViewData["Title"] = "EasyData";
}
<link rel="stylesheet" href="https://cdn.korzh.com/ed/1.2.0/easydata.min.css" />
<link rel="stylesheet" href="https://cdn.korzh.com/ed/1.2.1/easydata.min.css" />
<div id="EasyDataContainer"></div>
@section Scripts {
<script src="https://cdn.korzh.com/ed/1.2.0/easydata.min.js" type="text/javascript"></script>
<script src="https://cdn.korzh.com/ed/1.2.1/easydata.min.js" type="text/javascript"></script>
<script>
window.addEventListener('load', function () {
new easydata.crud.EasyDataViewDispatcher().run()
Expand Down
6 changes: 3 additions & 3 deletions easydata.js/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.2.0",
"baseVersion": "1.2.0",
"assetVersion": "01_02_00"
"version": "1.2.1",
"baseVersion": "1.2.1",
"assetVersion": "01_02_01"
}
6 changes: 3 additions & 3 deletions easydata.net/version.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"assemblyVersion": "1.2.0.13",
"packageVersion": "1.2.0",
"assetVersion": "01_02_00"
"assemblyVersion": "1.2.1.0",
"packageVersion": "1.2.1",
"assetVersion": "01_02_01"
}

0 comments on commit d2bd266

Please sign in to comment.