Procházet zdrojové kódy

bump version

tags/v0.1.6^0
Jonathan Cobb před 5 roky
rodič
revize
cd5e3e26e4
3 změnil soubory, kde provedl 3 přidání a 2 odebrání
  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 Zobrazit soubor

@@ -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 Zobrazit soubor

@@ -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

Načítá se…
Zrušit
Uložit