Skip to content

Commit 98fb6fc

Browse files
committed
Fix: New Version Paths Execution Bugs
1 parent 44fa3ed commit 98fb6fc

3 files changed

Lines changed: 2 additions & 2 deletions

File tree

Binary file not shown.

Tapper/Entities/TapperConsts.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ public class TapperConsts {
2222
public static let EXECUTE_GENERAL_SETTINGS = "execute-general-options"
2323
public static let EXECUTE_DEVELOPER_SETTINGS = "execute-dev-option"
2424
public static let EXECUTE_TESTING_EVENTS = "execute-testing-events"
25-
public static let EXECUTE_DEVICE_INFO = "view-device-info"
25+
public static let EXECUTE_DEVICE_INFO = "view-device-execute"
2626
public static let EXECUTE_SETTINGS = "settings"
2727

2828
// Question Type

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
22
"dependencies": {
3-
"tapper-core": "^0.0.9"
3+
"tapper-core": "^0.0.10"
44
}
55
}

0 commit comments

Comments
 (0)