Skip to content
This repository has been archived by the owner on May 9, 2022. It is now read-only.

Commit

Permalink
Release v2.7.7
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharkey13 committed Jan 11, 2019
1 parent c9812db commit 185d693
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion app/js/app/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ define([
// Have reserved domians on ngrok.io, hardcode them for ease of use:
apiProvider.urlPrefix("https://isaacscience.eu.ngrok.io/isaac-api/api");
} else {
apiProvider.urlPrefix("/api/v2.7.5/api");
apiProvider.urlPrefix("/api/v2.7.6/api");
}

NProgress.configure({ showSpinner: false });
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "isaac-app",
"private": true,
"version": "2.7.7-SNAPSHOT",
"version": "2.7.7",
"description": "Physics. You work it out.",
"repository": "http://isaacphysics.org",
"license": "MIT",
Expand Down

0 comments on commit 185d693

Please sign in to comment.