Compare commits

..

No commits in common. "d364de44864a836f422544565e334ddc6fb55ce5" and "a9f8223e4a1f7548b45e1a24e74d9d41ed6542be" have entirely different histories.

2 changed files with 3 additions and 3 deletions

View file

@ -149,8 +149,8 @@ jobs:
- name: Commit changes - name: Commit changes
run: | run: |
git config --local user.email "github-actions[bot]@users.noreply.github.com" git config --global user.name "vodemn"
git config --local user.name "github-actions[bot]" git config --global user.email "vadim.turko@gmail.com"
git add -A git add -A
git commit -m "Version bump" git commit -m "Version bump"

View file

@ -1,7 +1,7 @@
name: lightmeter name: lightmeter
description: A new Flutter project. description: A new Flutter project.
publish_to: "none" publish_to: "none"
version: 0.13.2+38 version: 0.13.1+37
environment: environment:
sdk: ">=3.0.0 <4.0.0" sdk: ">=3.0.0 <4.0.0"