Skip to content

Commit

Permalink
Merge pull request #17 from openfin/build/1.4.0.0
Browse files Browse the repository at this point in the history
Merging without review
  • Loading branch information
nicholasdgoodman committed Aug 9, 2017
2 parents b9b8720 + 351e24b commit 4e5c34f
Show file tree
Hide file tree
Showing 8 changed files with 300 additions and 255 deletions.
4 changes: 2 additions & 2 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"runtime": {
"arguments": "",
"version": "stable"
"version": "6.*"
},
"splashScreenImage": "http://openfin.github.io/excel-api-example/web/splash_excel.png",
"shortcut": {
Expand All @@ -26,7 +26,7 @@
{
"src": "http://openfin.github.io/excel-api-example/web/add-in.zip",
"alias": "excel-api-addin",
"version": "1.3.0"
"version": "1.4.0"
}
]
}
4 changes: 2 additions & 2 deletions dev-app.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
},
"runtime": {
"arguments": "",
"version": "stable"
"version": "6.*"
},
"splashScreenImage": "http://localhost:8080/web/splash_excel.png",
"shortcut": {
Expand All @@ -27,7 +27,7 @@
{
"src": "http://localhost:8080/web/add-in.zip",
"alias": "excel-api-addin",
"version": "1.3.0",
"version": "1.4.0",
"forceDownload": true
}
]
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "excel-api-example",
"version": "1.3.0",
"version": "1.4.0",
"description": "Excel integration for OpenFin",
"main": "main.js",
"dependencies": {},
Expand Down
6 changes: 3 additions & 3 deletions src/ExcelApplication.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/ExcelWorkbook.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion src/ExcelWorksheet.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file modified web/add-in.zip
Binary file not shown.
535 changes: 290 additions & 245 deletions web/excel-api-example.js

Large diffs are not rendered by default.

0 comments on commit 4e5c34f

Please sign in to comment.