Skip to content

Commit

Permalink
0.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
franzaps committed Sep 13, 2024
1 parent 2d2e994 commit 3a6402b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/main.dart
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import 'package:zapstore_cli/commands/publish.dart';
import 'package:zapstore_cli/commands/remove.dart';
import 'package:zapstore_cli/utils.dart';

const kVersion = '0.0.4'; // (!) Also update pubspec.yaml (!)
const kVersion = '0.0.5'; // (!) Also update pubspec.yaml (!)

void main(List<String> args) async {
var wasError = false;
Expand Down
2 changes: 1 addition & 1 deletion pubspec.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
name: zapstore_cli
description: The permissionless app store powered by your social network
version: 0.0.4 # (!) Also update kVersion (!)
version: 0.0.5 # (!) Also update kVersion (!)
repository: https://github.com/zapstore/zapstore-cli

environment:
Expand Down

0 comments on commit 3a6402b

Please sign in to comment.