Skip to content

Commit

Permalink
updated to 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
janh committed Aug 20, 2024
1 parent 5c5e9a9 commit ef751b2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ <h2 data-bind="text:LastName"></h4>
<script src="js/bootstrap.min.js"></script>
<script src="js/q.js"></script>
<!--<script src="https://unpkg.com/[email protected]/dist/umd/o.polyfill.js"></script>-->
<script src="https://unpkg.com/[email protected].0/dist/umd/o.min.js"></script>
<script src="https://unpkg.com/[email protected].1/dist/umd/o.min.js"></script>
<!--<script src="../dist/umd/o.min.js"></script>-->
<script src="js/knockout-3.2.0.js"></script>
<script src="js/ko.bindinghandler.currency.js"></script>
Expand Down
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": "2.0.0",
"version": "2.0.1",
"main": "dist/cjs/o.js",
"browser": "dist/umd/o.js",
"module": "dist/es2015/o.js",
Expand Down

0 comments on commit ef751b2

Please sign in to comment.