Skip to content

Commit

Permalink
Verbump 1.7.6 and release notes
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy committed Apr 29, 2019
1 parent ac835f8 commit d7b6c9e
Show file tree
Hide file tree
Showing 3 changed files with 3 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.5'
release: '1.7.6'
}).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.5';
window.version = '1.7.6';
</script>

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

<b>v1.7.6</b><br />
- Add new Paprika importer (Settings -> Import -> Import from Paprika)<br />
- Add ability to temporarily check-off/mark ingredients or instructions<br />
- Updated welcome screen text<br />
- Fixed a bug where ingredient headers would appear in "add to shopping list"<br />
Expand Down

0 comments on commit d7b6c9e

Please sign in to comment.