Skip to content

Commit

Permalink
Verbump 1.6.1
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy committed Mar 23, 2019
1 parent 56ec49f commit 820be23
Show file tree
Hide file tree
Showing 3 changed files with 7 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.6.0'
release: '1.6.1'
}).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 @@ -88,7 +88,7 @@
</script>

<script>
window.version = '1.6.0';
window.version = '1.6.1';
</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,11 @@

<br />

<b>v1.6.1</b><br />
- More large performance improvements for large and small recipe collections<br />

<br />

<b>v1.6.0</b><br />
- Large performance improvements for large recipe collections<br />
- Improved recipe search engine<br />
Expand Down

0 comments on commit 820be23

Please sign in to comment.