Skip to content

Commit 515346e

Browse files
committed
Actualizada versión de IDEs IntelliJ
1 parent 3177d86 commit 515346e

File tree

3 files changed

+13
-13
lines changed

3 files changed

+13
-13
lines changed

Apps/IDEs/phpstorm.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2018 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email tecnico@fryntiz.es
8-
## @web www.fryntiz.es
7+
## @email dev@fryntiz.es
8+
## @web https://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
1313
## Guía de estilos aplicada:
14-
## @style https://github.com/fryntiz/Bash_Style_Guide
14+
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
1717
## INSTRUCCIONES ##
@@ -75,7 +75,7 @@ phpstorm_postconfiguracion() {
7575
}
7676

7777
phpstorm_instalador() {
78-
local version='PhpStorm-2018.2.3'
78+
local version='PhpStorm-2018.2.4'
7979

8080
echo -e "$VE Comenzando instalación de$RO PhpStorm$CL"
8181

Apps/IDEs/pycharm_pro.sh

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2018 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email tecnico@fryntiz.es
8-
## @web www.fryntiz.es
7+
## @email dev@fryntiz.es
8+
## @web https://fryntiz.es
99
## @github https://github.com/fryntiz
1010
## @gitlab https://gitlab.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
1313
## Guía de estilos aplicada:
14-
## @style https://github.com/fryntiz/Bash_Style_Guide
14+
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
1717
## INSTRUCCIONES ##
@@ -72,7 +72,7 @@ pycharm_postconfiguracion() {
7272
}
7373

7474
pycharm_pro_instalador() {
75-
local version='pycharm-professional-2018.1.4'
75+
local version='pycharm-professional-2018.2.4'
7676

7777
echo -e "$VE Comenzando instalación de$RO PyCharm$CL"
7878

Apps/IDEs/webstorm.sh

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,14 +4,14 @@
44
## @author Raúl Caro Pastorino
55
## @copyright Copyright © 2018 Raúl Caro Pastorino
66
## @license https://wwww.gnu.org/licenses/gpl.txt
7-
## @email tecnico@fryntiz.es
8-
## @web www.fryntiz.es
9-
## @github https://github.com/fryntiz
7+
## @email dev@fryntiz.es
8+
## @web https://fryntiz.es
109
## @gitlab https://gitlab.com/fryntiz
10+
## @github https://github.com/fryntiz
1111
## @twitter https://twitter.com/fryntiz
1212
##
1313
## Guía de estilos aplicada:
14-
## @style https://github.com/fryntiz/Bash_Style_Guide
14+
## @style https://gitlab.com/fryntiz/bash-guide-style
1515

1616
############################
1717
## INSTRUCCIONES ##
@@ -70,7 +70,7 @@ webstorm_postconfiguracion() {
7070
}
7171

7272
webstorm_instalador() {
73-
local version='WebStorm-2018.1.5'
73+
local version='WebStorm-2018.2.4'
7474

7575
echo -e "$VE Comenzando instalación de$RO WebStorm$CL"
7676

0 commit comments

Comments
 (0)