Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bitassets/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: bitassets
description: UI for Drivechain (BIP300/301) based sidechains
publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: 1.0.150
version: 1.0.151

environment:
sdk: 3.11.0
Expand Down
2 changes: 1 addition & 1 deletion bitnames/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: bitnames
description: UI for Drivechain (BIP300/301) based sidechains
publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: 1.0.149
version: 1.0.150

environment:
sdk: 3.11.0
Expand Down
2 changes: 1 addition & 1 deletion bitwindow/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ description:
"A frontend for interacting with a Drivechain-enabled layer 1 bitcoin network."
publish_to: "none"

version: 0.0.195
version: 0.0.196

environment:
sdk: 3.11.0
Expand Down
2 changes: 1 addition & 1 deletion photon/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: photon
description: UI for Drivechain (BIP300/301) based sidechains
publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: 1.0.21
version: 1.0.22

environment:
sdk: 3.11.0
Expand Down
1 change: 0 additions & 1 deletion sail_ui/lib/pages/datadir_setup_page.dart
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ class _DataDirSetupPageState extends State<DataDirSetupPage> {
return Scaffold(
backgroundColor: theme.colors.background,
appBar: AppBar(
automaticallyImplyLeading: false,
backgroundColor: theme.colors.background,
foregroundColor: theme.colors.text,
),
Expand Down
2 changes: 1 addition & 1 deletion thunder/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: thunder
description: UI for Drivechain (BIP300/301) based sidechains
publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: 1.0.149
version: 1.0.150

environment:
sdk: 3.11.0
Expand Down
2 changes: 1 addition & 1 deletion truthcoin/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: truthcoin
description: UI for Bitcoin Hivemind prediction market sidechain
publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: 1.0.21
version: 1.0.22

environment:
sdk: 3.11.0
Expand Down
2 changes: 1 addition & 1 deletion zside/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: zside
description: UI for Drivechain (BIP300/301) based sidechains
publish_to: "none" # Remove this line if you wish to publish to pub.dev

version: 1.0.149
version: 1.0.150

environment:
sdk: 3.11.0
Expand Down
Loading