Skip to content

Commit c6eca53

Browse files
committed
Release 4.2.0
1 parent 8cd9b87 commit c6eca53

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ npm install -g @oracle/ojet-cli
3434
3535
ojet create <app name>
3636
```
37-
See the [Oracle JET Developer Guide](http://docs.oracle.com/middleware/jet420/jet/) for complete installation details, including prerequisites.
37+
See the [Oracle JET Developer Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet420) for complete installation details, including prerequisites.
3838

3939
## Related GitHub Projects
4040
All related projects on GitHub are associated under the [oracle-jet topic](https://github.com/search?q=topic%3Aoracle-jet+org%3Aoracle&type=Repositories).
4141

42-
## [Documentation](http://docs.oracle.com/middleware/jet420/jet/)
43-
Oracle JET comes with a full [Developers Guide](http://docs.oracle.com/middleware/jet420/jet/) to help with Getting Started and many common issues.
42+
## [Documentation](http://www.oracle.com/pls/topic/lookup?ctx=jet420)
43+
Oracle JET comes with a full [Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet420) to help with Getting Started and many common issues.
4444

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ var _oldVal = _scope['oj'];
4646
var oj = _scope['oj'] =
4747
{
4848
'version': "4.2.0",
49-
'build' : "8",
49+
'build' : "9",
5050
'revision': "41239",
5151

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

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ var _oldVal = _scope['oj'];
4747
var oj = _scope['oj'] =
4848
{
4949
'version': "4.2.0",
50-
'build' : "8",
50+
'build' : "9",
5151
'revision': "41239",
5252

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

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.

0 commit comments

Comments
 (0)