Skip to content

Commit 5212ea8

Browse files
committed
Version bump, use bash
1 parent 91db308 commit 5212ea8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ Here is an example config for Netlify that would be stored in their `netlify.tom
2727
publish = "build/web"
2828

2929
# Flutter build for web command
30-
command = "sh ./build-web.sh"
30+
command = "bash ./build-web.sh"
3131
```
3232

3333
[Netlify File-based configuration Docs](https://docs.netlify.com/configure-builds/file-based-configuration/#sample-file)

build-web.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Reminder to check for updates to the build script.
1212
# Flutter for web is still in beta so expect updates!
1313

14-
CURRENT_VERSION=1.1.0
14+
CURRENT_VERSION=1.1.1
1515
REMOTE_URL="https://github.com/FrankFlitton/Flutter-for-web-deploy-script"
1616
REMOTE_TAGS="$(echo $(git ls-remote --tags $REMOTE_URL))"
1717

example_app/build-web.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
# Reminder to check for updates to the build script.
1212
# Flutter for web is still in beta so expect updates!
1313

14-
CURRENT_VERSION=1.1.0
14+
CURRENT_VERSION=1.1.1
1515
REMOTE_URL="https://github.com/FrankFlitton/Flutter-for-web-deploy-script"
1616
REMOTE_TAGS="$(echo $(git ls-remote --tags $REMOTE_URL))"
1717

0 commit comments

Comments
 (0)