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

Commit 6d77e05

Browse files
committed
Release 3.2.0
1 parent 1482e79 commit 6d77e05

File tree

4 files changed

+14
-11
lines changed

4 files changed

+14
-11
lines changed

Gruntfile.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,12 @@ module.exports = function (grunt) {
1616
src : "build/*.js"
1717
},
1818
pkg: grunt.file.readJSON("package.json"),
19-
tooling_project: 'Tooling_V3.1.0',
19+
tooling_project: 'Tooling_V3.2.0',
2020
build_urls: grunt.file.readJSON("buildconf.json"),
21-
jet_version_token:'3.1.0',
22-
jet_doc_version_token:'310',
23-
version_token:'3.1.0',
24-
tooling_project_token:'Tooling_V3.1.0',
21+
jet_version_token:'3.2.0',
22+
jet_doc_version_token:'320',
23+
version_token:'3.2.0',
24+
tooling_project_token:'Tooling_V3.2.0',
2525
current_year_token: '2017'
2626
}
2727
var configs = require('load-grunt-configs')(grunt, options);

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
1-
# grunt-oraclejet 3.1.0
1+
# grunt-oraclejet 3.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-
The grunt-oraclejet module will be automatically installed if you scaffold a web or hybrid mobile app following the [Oracle JET Developers Guide](http://docs.oracle.com/middleware/jet310/jet/).
9+
The grunt-oraclejet module will be automatically installed if you scaffold a web or hybrid mobile app following the [Oracle JET Developers Guide](http://docs.oracle.com/middleware/jet320/jet/).
1010

1111
### Manual installation
1212
This plugin requires Grunt `~1.0.1`

RELEASENOTES.md

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

3+
### 3.2.0
4+
* No changes
5+
36
### 3.1.0
47
* No changes
58

@@ -10,4 +13,4 @@
1013
* No changes
1114

1215
### 2.2.0
13-
* No changes
16+
* No changes

package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "grunt-oraclejet",
33
"description": "Build and serve tasks for Oracle JET web and mobile applications",
4-
"version": "3.1.0",
4+
"version": "3.2.0",
55
"license": "UPL-1.0",
66
"homepage": "http://oraclejet.org",
77
"main": "tasks/build.js",
@@ -19,7 +19,7 @@
1919
},
2020
"dependencies":
2121
{
22-
"oraclejet-tooling": "~3.1.0"
22+
"oraclejet-tooling": "~3.2.0"
2323
},
2424
"devDependencies": {
2525
"eslint": "^3.11.0",
@@ -33,5 +33,5 @@
3333
"keywords": [
3434
"gruntplugin"
3535
],
36-
"jetdocversion": "310"
36+
"jetdocversion": "320"
3737
}

0 commit comments

Comments
 (0)