Skip to content

Commit 55f205f

Browse files
Ievgenii.MykhalevskyiIevgenii.Mykhalevskyi
authored andcommitted
bump version to 0.2.0
1 parent b55bf8c commit 55f205f

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
@@ -31,7 +31,7 @@ Before use it make sure you've installed all **dependencies** required for this
3131
- Debug/Run unit/snapshot tests. Support running single/multiple tests for a class/target/set of classes
3232
- Support code coverage
3333
- Run an application on multiple simulator with a single command
34-
- Support project/workspace and iOS Package.swift
34+
- Support project/workspace
3535
- Support launch configuration for app
3636
- Support diff snapshots testing
3737
- Add/Delete/Rename/Move files/folders inside vscode

make.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ pyinstaller --onefile src/XCBBuildServiceProxy/XCBBuildService.py
1111
npm run compile
1212
vsce package
1313

14-
code --install-extension vscode-ios-0.1.1.vsix
14+
code --install-extension vscode-ios-0.2.0.vsix

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
"test",
4343
"coverage"
4444
],
45-
"version": "0.1.1",
45+
"version": "0.2.0",
4646
"os": [
4747
"darwin"
4848
],

0 commit comments

Comments
 (0)