Skip to content

Commit

Permalink
updated version 0.3.11
Browse files Browse the repository at this point in the history
  • Loading branch information
heyramb.goyal committed Apr 15, 2023
1 parent 0bd0fc9 commit 984f8f0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions publish-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ cd ../env
tsc
cd ../../

# install tfx
npm install -g tfx-cli

# Create extension
tfx extension create --manifest-globs vss-extension.json

Expand Down
2 changes: 1 addition & 1 deletion vss-extension.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"manifestVersion": 1,
"id": "flutter",
"version": "0.3.10",
"version": "0.3.11",
"name": "Flutter Tasks",
"description": "Flutter extension for Azure DevOps. Install, build, analyze, command and env tasks for easier Flutter DevOps.",
"publisher": "hey24sheep",
Expand Down

0 comments on commit 984f8f0

Please sign in to comment.