diff --git a/deno.json b/deno.json index c53c8763..eac55c6c 100644 --- a/deno.json +++ b/deno.json @@ -1,6 +1,6 @@ { "name": "@silverbulletmd/silverbullet", - "version": "0.10.2", + "version": "0.10.3", "exports": { "./syscall": "./plug-api/syscall.ts", "./syscalls": "./plug-api/syscalls.ts", diff --git a/version.ts b/version.ts index e68b0a7f..2139ab20 100644 --- a/version.ts +++ b/version.ts @@ -1 +1 @@ -export const version = "0.10.2"; +export const version = "0.10.3"; diff --git a/website/CHANGELOG.md b/website/CHANGELOG.md index 017ad4f3..ec36a9d4 100644 --- a/website/CHANGELOG.md +++ b/website/CHANGELOG.md @@ -7,7 +7,7 @@ _These features are not yet properly released, you need to use [the edge builds] * Nothing new yet since 0.10.2 -## 0.10.2 +## 0.10.3 * **Lua**: _Tons_ of fixes, changes and enhancements, see [[Space Lua]] and related for up-to-date docs. Some notable things: * [[Space Lua/Lua Integrated Query]] is now here * Code completion of APIs in `space-lua` and Lua directive syntax, implemented in Lua itself: [[^Library/Std/Lua]].