Skip to content

Commit

Permalink
Verbump 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
julianpoy committed Jun 29, 2019
1 parent 5d37511 commit 87051d7
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.8.1'
release: '1.8.2'
}).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 @@ -111,7 +111,7 @@
</script>

<script>
window.version = '1.8.1';
window.version = '1.8.2';
</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.8.2</b><br />
- Fixed an issue where pepperplate import would fail even with correct credentials<br />

<br />

<b>v1.8.1</b><br />
- Message threads now appear with newest on top<br />

Expand Down

0 comments on commit 87051d7

Please sign in to comment.