Skip to content

Commit 0ac5425

Browse files
committedOct 22, 2020
Bump Runtime version
1 parent dd0d2f5 commit 0ac5425

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

Diff for: ‎Runtime/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ class SwiftRuntimeHeap {
118118
export class SwiftRuntime {
119119
private instance: WebAssembly.Instance | null;
120120
private heap: SwiftRuntimeHeap;
121-
private version: number = 700;
121+
private version: number = 701;
122122

123123
constructor() {
124124
this.instance = null;

Diff for: ‎Sources/_CJavaScriptKit/_CJavaScriptKit.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ void _cleanup_host_function_call(void *argv_buffer) {
2929
/// this and `SwiftRuntime.version` in `./Runtime/src/index.ts`.
3030
__attribute__((export_name("swjs_library_version")))
3131
int _library_version() {
32-
return 700;
32+
return 701;
3333
}
3434

3535
#endif

0 commit comments

Comments
 (0)