Skip to content

Commit

Permalink
Release 1.3.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Feichtmeier committed Apr 14, 2024
1 parent 5a038d7 commit 5e2339e
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
14 changes: 11 additions & 3 deletions lib/src/patch_notes/patch_notes.dart
Expand Up @@ -166,8 +166,16 @@ const kPatchNotes20240325 = 'Hello MusicPod Users\n'
'\n\nIf you like MusicPod please consider sponsoring me:'
'\n';

const kRecentPatchNotesDisposed = kPatchNotes20240325disposed;
const kRecentPatchNotesTitle = kPatchNotesTitle20240325;
const kRecentPatchNotes = kPatchNotes20240325;
// 2024 04 14
const kPatchNotes20240414disposed = 'patchNotes20240414disposed';
const kPatchNotesTitle20240414 = 'Patch notes: 2024-04-14';
const kPatchNotes20240414 = 'Hello MusicPod Users\n'
'\n* this update brings only performance improvements'
'\n\nIf you like MusicPod please consider sponsoring me:'
'\n';

const kRecentPatchNotesDisposed = kPatchNotes20240414disposed;
const kRecentPatchNotesTitle = kPatchNotesTitle20240414;
const kRecentPatchNotes = kPatchNotes20240414;

const kPatchNotesDisposed = 'kPatchNotesDisposed';
2 changes: 1 addition & 1 deletion pubspec.yaml
@@ -1,6 +1,6 @@
name: musicpod
description: Ubuntu music, radio and podcast player.
version: 1.3.2
version: 1.3.3

publish_to: "none"

Expand Down

0 comments on commit 5e2339e

Please sign in to comment.