Skip to content

Commit

Permalink
chore - release 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
janhommes committed Jun 1, 2021
1 parent 9f70115 commit 16567d3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -120,8 +120,8 @@ <h2 data-bind="text:LastName"></h4>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/q.js"></script>
<script src="https://unpkg.com/odata@1.2.1/dist/umd/o.polyfill.js"></script>
<script src="https://unpkg.com/odata@1.2.1/dist/umd/o.min.js"></script>
<script src="https://unpkg.com/odata@1.3.0/dist/umd/o.polyfill.js"></script>
<script src="https://unpkg.com/odata@1.3.0/dist/umd/o.min.js"></script>
<script src="js/knockout-3.2.0.js"></script>
<script src="js/ko.bindinghandler.currency.js"></script>
<script src="browser.js"></script>
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

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,7 +1,7 @@
{
"name": "o.js",
"description": "o.js is a isomorphic Odata Javascript library to simplify the request of data. The main goal is to build a standalone, lightweight and easy to understand Odata lib.",
"version": "1.2.1",
"version": "1.3.0",
"main": "dist/cjs/o.js",
"browser": "dist/umd/o.js",
"module": "dist/es2015/o.js",
Expand Down

0 comments on commit 16567d3

Please sign in to comment.