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

Commit

Permalink
Release v2.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jsharkey13 committed Dec 19, 2017
1 parent d8ec881 commit 1448f9e
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 @@ -118,7 +118,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.2.6/api");
apiProvider.urlPrefix("/api/v2.3.0/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.1.20-SNAPSHOT",
"version": "2.2.0",
"description": "Physics. You work it out.",
"repository": "http://isaacphysics.org",
"license": "MIT",
Expand Down

0 comments on commit 1448f9e

Please sign in to comment.