Skip to content

Commit f3328fb

Browse files
author
James Foster
committed
Forgot to change library.properties and pubspec.yaml, so let's make a 23.7.2 and see if it takes!
1 parent 2a460e6 commit f3328fb

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
const String gitVersion = '23.7.1 ';
1+
const String gitVersion = '23.7.1 +';

extras/web_client/pubspec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ description: A web UI for the Open Acidification Tank Controller.
66
publish_to: 'none' # Remove this line if you wish to publish to pub.dev
77

88
# The following defines the version and build number for your application.
9-
version: 23.7.0
9+
version: 23.7.2
1010

1111
environment:
1212
sdk: ">=2.19.3 <3.0.0"

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=23.7.0
2+
version=23.7.2
33
author=Kirt Onthank <Kirt.Onthank@wallawalla.edu>, Preston Carman <prestonc@apache.org>, James Foster <github@jgfoster.net>
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 "23.7.1 "
1+
#define VERSION "23.7.1 +"

0 commit comments

Comments
 (0)