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

Commit 8e66aa6

Browse files
committed
Release 5.1.0
1 parent 3bb17a7 commit 8e66aa6

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# @oracle/grunt-oraclejet 5.0.0
1+
# @oracle/grunt-oraclejet 5.1.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=jet500&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=jet510&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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
## Release Notes for grunt-oraclejet ##
22

3+
### 5.1.0
4+
* No changes
5+
36
### 5.0.0
47
* No changes
58

package.json

Lines changed: 3 additions & 3 deletions
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": "5.0.0",
4+
"version": "5.1.0",
55
"license": "UPL-1.0",
66
"homepage": "http://oraclejet.org",
77
"main": "tasks/build.js",
@@ -19,13 +19,13 @@
1919
},
2020
"dependencies":
2121
{
22-
"@oracle/oraclejet-tooling": "~5.0.0"
22+
"@oracle/oraclejet-tooling": "~5.1.0"
2323
},
2424
"devDependencies": {
2525
"eslint": "~3.19.0"
2626
},
2727
"keywords": [
2828
"gruntplugin"
2929
],
30-
"jetdocversion": "500"
30+
"jetdocversion": "510"
3131
}

0 commit comments

Comments
 (0)