Skip to content

Commit

Permalink
Bump version to 0.5.1, change backend address
Browse files Browse the repository at this point in the history
  • Loading branch information
melonmanchan committed Aug 17, 2016
1 parent 64b7f67 commit 0fa7c1b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions app/js/services/configfactory.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ angular.module('confighandler', [])
// Set up configuration variables we can use anywhere in Angular
var config = {
production: {
apiUrl: 'https://mattij.com:9000/',
apiUrl: 'https://layersbox.aalto.fi:9000/',
peerjs: {
host: 'mattij.com',
host: 'layersbox.aalto.fi',
port: 9000,
path: '/peerjs',
debug: 0,
Expand Down Expand Up @@ -44,7 +44,7 @@ angular.module('confighandler', [])
}
},
socketio: {
url: 'https://mattij.com:9000'
url: 'https://layersbox.aalto.fi:9000'
},
initialUserSettings: {
saveCalls: false,
Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.legroup.sardroid" version="0.5.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.legroup.sardroid" version="0.5.1" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>SoAR</name>
<description>
SoAR (Social Augmented Reality) is a mobile app for collaboration and communication in work environments. It consists of one-on-one video streaming with a bidirectional drawing layer for emphasizing details. SoAR is ideal for cooperating in situations that require an effective, visual assessment.
Expand Down

0 comments on commit 0fa7c1b

Please sign in to comment.