Skip to content

Commit

Permalink
bump version to 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Ievgenii.Mykhalevskyi authored and Ievgenii.Mykhalevskyi committed Oct 5, 2024
1 parent b55bf8c commit 55f205f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ Before use it make sure you've installed all **dependencies** required for this
- Debug/Run unit/snapshot tests. Support running single/multiple tests for a class/target/set of classes
- Support code coverage
- Run an application on multiple simulator with a single command
- Support project/workspace and iOS Package.swift
- Support project/workspace
- Support launch configuration for app
- Support diff snapshots testing
- Add/Delete/Rename/Move files/folders inside vscode
Expand Down
2 changes: 1 addition & 1 deletion make.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ pyinstaller --onefile src/XCBBuildServiceProxy/XCBBuildService.py
npm run compile
vsce package

code --install-extension vscode-ios-0.1.1.vsix
code --install-extension vscode-ios-0.2.0.vsix
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
"test",
"coverage"
],
"version": "0.1.1",
"version": "0.2.0",
"os": [
"darwin"
],
Expand Down

0 comments on commit 55f205f

Please sign in to comment.