Skip to content

Commit 5c33b0e

Browse files
committed
Bump version 0.1.1 - updated installers and test build
1 parent ea84202 commit 5c33b0e

6 files changed

Lines changed: 28 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ This app is authored by Tony Chen.
3535

3636
## 0.2 Review and Fine Tune
3737

38+
+ Add icon build, fix lint issues, clean code [0.1.1 20260402 gjw]
39+
3840
## 0.1 Initial Shell App
3941

4042
+ Initial template app [0.1.0 20260327 tonypioneer]

installers/Makefile

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
deb:
2+
bash deb.sh
3+
4+
# TESTING AUTOMATING UPLOAD TO DISTRIBUTION SITE
5+
#
6+
# 20250110 gjw Using github actions to generate zip and exe
7+
# distributions for Linux/MacOS/Windows, then download locally, rename
8+
# etc, and upload to solidcommunity.au.
9+
10+
ginstall:
11+
bash update.sh

installers/install.mk

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
deb:
2+
bash deb.sh
3+
4+
# TESTING AUTOMATING UPLOAD TO DISTRIBUTION SITE
5+
#
6+
# 20250110 gjw Using github actions to generate zip and exe
7+
# distributions for Linux/MacOS/Windows, then download locally, rename
8+
# etc, and upload to solidcommunity.au.
9+
10+
ginstall:
11+
bash update.sh

license.dart

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
/// FilePod - A Solid File Browser Application.
22
///
3-
// Time-stamp: <Thursday 2026-02-19 09:59:21 +1100 Graham Williams>
3+
// Time-stamp: <Monday 2025-09-29 08:38:20 +1000 Graham Williams>
44
///
5-
/// Copyright (C) 2026, Software Innovation Institute ANU
5+
/// Copyright (C) 2025, Software Innovation Institute ANU
66
///
77
/// Licensed under the GNU General Public License, Version 3 (the "License");
88
///

pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ description: >-
33
FilePod - A Solid File Browser Application for managing files
44
on your personal online data store (POD).
55
publish_to: 'none'
6-
version: 0.1.0+1
6+
version: 0.1.1+1
77

88
environment:
99
sdk: '>=3.0.0 <4.0.0'

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: filepod
2-
version: 0.1.0
2+
version: 0.1.1
33
summary: A file browser for your Solid Pod Data Vault.
44
description: |
55
FilePod is a demonstration and simple template app that provides a

0 commit comments

Comments
 (0)