diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f369acb..dff0d30 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -24,7 +24,7 @@ jobs: mkdir -p clone_dir/flutterwebsites/minimal - name: Build run: | - flutter build web --release --base-href /flutterwebsites/minimal/ + flutter build web --release --base-href /flutterwebsites/minimal/ --wasm mv build/web/* clone_dir/flutterwebsites/minimal - name: Get current date id: date diff --git a/.gitignore b/.gitignore index 7228457..4e7c732 100644 --- a/.gitignore +++ b/.gitignore @@ -34,7 +34,6 @@ pubspec.lock /navigation_utils # Web related -lib/generated_plugin_registrant.dart # Symbolication related app.*.symbols diff --git a/pubspec.yaml b/pubspec.yaml index c627f57..dfd2fc0 100644 --- a/pubspec.yaml +++ b/pubspec.yaml @@ -1,6 +1,6 @@ name: minimal description: A minimalistic Flutter website template for blogs and portfolios. -version: 1.6.0 +version: 2.0.0 publish_to: none environment: