Skip to content

Commit d026b0f

Browse files
author
oraclejet
committed
Pre-release 2.0.2-b1 update 2
1 parent a721a29 commit d026b0f

File tree

8 files changed

+10
-10
lines changed

8 files changed

+10
-10
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Oracle JET version 2.0.1
1+
# Oracle JET version 2.0.2
22

33
## About Oracle JET
44
Oracle JET is targeted at intermediate to advanced JavaScript developers working on client-side applications. It's a collection of open source JavaScript libraries along with a set of Oracle contributed JavaScript libraries that make it as simple and efficient as possible to build applications that consume and interact with Oracle products and services, especially Oracle Cloud services.
@@ -35,10 +35,10 @@ npm install -g generator-oraclejet
3535
3636
yo oraclejet <app name>
3737
```
38-
See the [Oracle JET Developer Guide](http://docs.oracle.com/middleware/jet200/jet/) for complete installation details, including prerequisites.
38+
See the [Oracle JET Developer Guide](http://docs.oracle.com/middleware/jet202/jet/) for complete installation details, including prerequisites.
3939

40-
## [Documentation](http://docs.oracle.com/middleware/jet200/jet/)
41-
Oracle JET comes with a full [Developers Guide](http://docs.oracle.com/middleware/jet200/jet/) to help with Getting Started and many common issues.
40+
## [Documentation](http://docs.oracle.com/middleware/jet202/jet/)
41+
Oracle JET comes with a full [Developers Guide](http://docs.oracle.com/middleware/jet202/jet/) to help with Getting Started and many common issues.
4242

4343
## [Contributing](https://github.com/oracle/oraclejet/tree/master/CONTRIBUTING.md)
4444
Oracle JET is an open source project. Pull Requests are currently not being accepted. See

dist/js/libs/oj/debug/oj.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@ var _oldVal = _scope['oj'];
4444
var oj = _scope['oj'] =
4545
{
4646
'version': "2.0.2",
47-
'build' : "294",
48-
'revision': "26305",
47+
'build' : "295",
48+
'revision': "26311",
4949

5050
// This function is only meant to be used outside the library, so quoting the name
5151
// to avoid renaming is appropriate

dist/js/libs/oj/debug/ojcore.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,8 +46,8 @@ var _oldVal = _scope['oj'];
4646
var oj = _scope['oj'] =
4747
{
4848
'version': "2.0.2",
49-
'build' : "294",
50-
'revision': "26305",
49+
'build' : "295",
50+
'revision': "26311",
5151

5252
// This function is only meant to be used outside the library, so quoting the name
5353
// to avoid renaming is appropriate

dist/js/libs/oj/min/oj.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/js/libs/oj/min/ojcore.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

samples/OracleJET_QuickStartBasic.zip

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)