Explorar el Código

bump version

tags/v0.1.6^0
Jonathan Cobb hace 5 años
padre
commit
cd5e3e26e4
Se han modificado 3 ficheros con 3 adiciones y 2 borrados
  1. +1
    -0
      bubble-server/src/main/java/bubble/model/account/AccountContact.java
  2. +1
    -1
      bubble-server/src/main/resources/META-INF/bubble/bubble.properties
  3. +1
    -1
      utils/cobbzilla-wizard

+ 1
- 0
bubble-server/src/main/java/bubble/model/account/AccountContact.java Ver fichero

@@ -70,6 +70,7 @@ public class AccountContact implements Serializable {

@Getter @Setter private Boolean requiredForNetworkOperations = true;
@Getter @Setter private Boolean requiredForAccountOperations = true;

@Getter @Setter private Boolean receiveVerifyNotifications = true;
@Getter @Setter private Boolean receiveLoginNotifications = true;
@Getter @Setter private Boolean receivePasswordNotification = true;


+ 1
- 1
bubble-server/src/main/resources/META-INF/bubble/bubble.properties Ver fichero

@@ -1 +1 @@
bubble.version=0.1.5
bubble.version=0.1.6

+ 1
- 1
utils/cobbzilla-wizard

@@ -1 +1 @@
Subproject commit b785422119b1bd70dfadb32d9f5ed20970935365
Subproject commit 0309cd313065235507e9ed20f755ff8dc34eef79

Cargando…
Cancelar
Guardar