Skip to content

Commit 60dd2f6

Browse files
author
James Foster
committed
Update version number.
1 parent c499011 commit 60dd2f6

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const String gitVersion = 'v24.3.2-7-g333c+';
1+
const String gitVersion = '24.4.1 +';

extras/device_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: device_client
22
description: A web UI for the Open Acidification Tank Controller.
33
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
4-
version: 24.3.2
4+
version: 24.4.1
55

66
environment:
77
sdk: '>=3.3.0 <4.0.0'

extras/log_file_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: log_file_client
22
description: "A new Flutter project."
33
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
4-
version: 24.3.2
4+
version: 24.4.1
55

66
environment:
77
sdk: '>=3.3.1 <4.0.0'

extras/log_file_server/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
name: log_file_server
22
description: A server app using the shelf package to manage TankController log files.
3-
version: 24.3.2
3+
version: 24.4.1
44
repository: https://github.com/Open-Acidification/TankController
55

66
environment:

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=TankController
2-
version=24.3.2
2+
version=24.4.1
33
author=Kirt Onthank <Kirt.Onthank@wallawalla.edu>, James Foster <oap@jgfoster.net>, Preston Carman <prestonc@apache.org>
44
maintainer=James Foster <github@jgfoster.net>
55
sentence=Software for the Arduino that controls pH and temperature in the Open-Acidification project.

src/Version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
#define VERSION "v24.3.2-7-g333c+"
1+
#define VERSION "24.4.1 +"

0 commit comments

Comments
 (0)