Skip to content

Commit

Permalink
Bump WebWriter version to 0.11.3
Browse files Browse the repository at this point in the history
  • Loading branch information
salmenf committed Sep 1, 2024
1 parent 2d3ab4a commit c705edf
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion @webwriter/app-desktop/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webwriter/app-desktop",
"version": "0.11.2",
"version": "0.11.3",
"description": "Windows/Mac/Linux version of WebWriter",
"private": true,
"author": "Frederic Salmen <frederic@fsalmen.de>",
Expand Down
2 changes: 1 addition & 1 deletion @webwriter/app-desktop/src-tauri/Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion @webwriter/app-desktop/src-tauri/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webwriter"
version = "0.11.2"
version = "0.11.3"
description = "Windows/Mac/Linux version of WebWriter"
authors = ["Frederic Salmen <frederic@fsalmen.de>"]
license = "UNLICENSED"
Expand Down
2 changes: 1 addition & 1 deletion @webwriter/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@webwriter/core",
"version": "0.11.2",
"version": "0.11.3",
"description": "Core functionality of WebWriter",
"main": "index.html",
"private": true,
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "webwriter",
"version": "0.11.2",
"version": "0.11.3",
"description": "Web-based authoring tool for explorables",
"scripts": {
"lerna": "lerna",
Expand Down

0 comments on commit c705edf

Please sign in to comment.