Skip to content

Commit

Permalink
Verbump 1.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy committed May 17, 2019
1 parent 4df5bde commit d5065c7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Backend/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var devMode = appConfig.environment === 'dev';

Raven.config(appConfig.sentry.dsn, {
environment: appConfig.environment,
release: '1.7.8'
release: '1.7.9'
}).install();

// Routes
Expand Down
2 changes: 1 addition & 1 deletion Frontend/src/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
</script>

<script>
window.version = '1.7.8';
window.version = '1.7.9';
</script>

<link href="build/main.css" rel="stylesheet" async>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,13 @@

<br />

<b>v1.7.9</b><br />
- Added an option to include stock LCB recipes in import<br />
- Fix for LCB formats where some fields cause importer to break<br />
- Fix for service worker update when paused for multitasking<br />

<br />

<b>v1.7.8</b><br />
- Add support for importing LCB techniques<br />
- Increase support for larger LCB files<br />
Expand Down

0 comments on commit d5065c7

Please sign in to comment.