diff --git a/chart/Chart.yaml b/chart/Chart.yaml index 873d3ae..9844529 100644 --- a/chart/Chart.yaml +++ b/chart/Chart.yaml @@ -15,10 +15,10 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.2 +version: 0.1.3 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to # follow Semantic Versioning. They should reflect the version the application is using. # It is recommended to use it with quotes. -appVersion: "0.0.2" +appVersion: "0.0.3" diff --git a/package.json b/package.json index 87048c6..27f99a8 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "plantwiki-svelte", - "version": "0.0.2", + "version": "0.0.3", "private": true, "scripts": { "dev": "vite dev", diff --git a/src/lib/assets/images/monstera-deliciosa.jpg b/src/lib/assets/images/monstera-deliciosa.jpg index b126f4a..04db5f6 100644 Binary files a/src/lib/assets/images/monstera-deliciosa.jpg and b/src/lib/assets/images/monstera-deliciosa.jpg differ