Skip to content

Commit 829727f

Browse files
author
Alejandro Marques
committed
Start images fixed
1 parent dc4936b commit 829727f

File tree

4 files changed

+34
-2
lines changed

4 files changed

+34
-2
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2019 DEVOPENSOURCE
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,4 +62,13 @@ Your app is ready to be packaged!
6262

6363
Package and create the executables for windows and mac in the dist folder.
6464

65-
***
65+
***
66+
67+
## Releases
68+
69+
Check here new [releases](https://github.com/DevopensourceTeam/Console_Box_AWS/releases)
70+
71+
***
72+
73+
## License
74+
[MIT](https://github.com/DevopensourceTeam/Console_Box_AWS/blob/master/LICENSE)

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "CBAWS",
3-
"version": "0.1.6",
3+
"version": "0.1.8",
44
"author": "Alejandro Jimenez Marques",
55
"private": true,
66
"homepage": "./",
77
"main": "public/electron.js",
8+
"license": "MIT",
89
"dependencies": {
910
"@material-ui/core": "^3.8.1",
1011
"@material-ui/icons": "^3.0.1",

src/views/ViewA.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,7 @@ class ViewA extends React.Component {
261261
if(typeof(images) == 'undefined'){
262262
var imgs = {};
263263
imgs[workspace] = b64;
264+
this.setState({images: imgs});
264265
store.set('images', imgs);
265266
}else{
266267
images[workspace] = b64;

0 commit comments

Comments
 (0)