Skip to content
This repository was archived by the owner on Jul 2, 2020. It is now read-only.

Commit 8d0f4f6

Browse files
committed
Release 6.2.0
1 parent 02cbed8 commit 8d0f4f6

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# @oracle/grunt-oraclejet 6.1.0
1+
# @oracle/grunt-oraclejet 6.2.0
22

33
## About the module
44
This module contains build and serve tasks for Oracle JET web and hybrid mobile applications.
55

66
This is an open source project maintained by Oracle Corp.
77

88
## Installation
9-
This module will be automatically installed when you scaffold a web or hybrid mobile app following the [Oracle JET Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet610&id=homepage).
9+
This module will be automatically installed when you scaffold a web or hybrid mobile app following the [Oracle JET Developers Guide](http://www.oracle.com/pls/topic/lookup?ctx=jet620&id=homepage).
1010

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

RELEASENOTES.md

+1-4
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
## Release Notes for grunt-oraclejet ##
22

3-
### 6.1.0
4-
* No changes
5-
6-
### 6.0.0
3+
### 6.2.0
74
* No changes
85

96
### 5.2.0

package.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@oracle/grunt-oraclejet",
33
"description": "Build and serve tasks for Oracle JET web and mobile applications",
4-
"version": "6.1.0",
4+
"version": "6.2.0",
55
"license": "UPL-1.0",
66
"homepage": "http://oraclejet.org",
77
"main": "tasks/build.js",
@@ -16,7 +16,7 @@
1616
},
1717
"dependencies":
1818
{
19-
"@oracle/oraclejet-tooling": "~6.1.0"
19+
"@oracle/oraclejet-tooling": "~6.2.0"
2020
},
2121
"devDependencies": {
2222
"eslint": "~3.19.0"

0 commit comments

Comments
 (0)