1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 18:26:26 +00:00

Compare commits

...

2 Commits
0.2.8 ... 0.2.9

Author SHA1 Message Date
Rokt33r
06a54d451c Merge branch 'dev'
* dev:
  0.2.9 API server changed, bump electron version 0.31.0
2015-08-31 01:34:15 +09:00
Rokt33r
e317075815 0.2.9 API server changed, bump electron version 0.31.0 2015-08-31 01:33:32 +09:00
2 changed files with 2 additions and 2 deletions

View File

@@ -1,4 +1,4 @@
module.exports = {
apiUrl: 'http://codexen-server-dev2.elasticbeanstalk.com/'
apiUrl: 'https://api.b00st.io/'
// apiUrl: 'http://localhost:8000/'
}

View File

@@ -1,6 +1,6 @@
{
"name": "boost",
"version": "0.2.8",
"version": "0.2.9",
"description": "Boost App",
"main": "main.js",
"scripts": {