Skip to content

Commit

Permalink
chore: prepare release 0.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
MDeLuise committed Aug 5, 2024
1 parent 643e7d8 commit 8d693c7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion backend/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
</parent>
<groupId>com.github.mdeluise</groupId>
<artifactId>plant-it</artifactId>
<version>0.7.0</version>
<version>0.8.0</version>
<name>Plant it</name>
<description>Gardening companion app</description>
<properties>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
In this release:
* Add Russian language
* Add optional redis username and password
2 changes: 1 addition & 1 deletion frontend/pubspec.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ publish_to: 'none' # Remove this line if you wish to publish to pub.dev
# https://developer.apple.com/library/archive/documentation/General/Reference/InfoPlistKeyReference/Articles/CoreFoundationKeys.html
# In Windows, build-name is used as the major, minor, and patch parts
# of the product and file versions while build-number is used as the build suffix.
version: 0.7.4+5
version: 0.7.5+6

environment:
sdk: '>=3.3.0 <4.0.0'
Expand Down

0 comments on commit 8d693c7

Please sign in to comment.