Skip to content

Commit

Permalink
Patch to 0.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
salmenf committed Oct 11, 2023
1 parent 3f32af7 commit 8b2e28b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 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.8.1",
"version": "0.8.2",
"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.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "webwriter"
version = "0.8.1"
version = "0.8.2"
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.8.1",
"version": "0.8.2",
"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.8.1",
"version": "0.8.2",
"description": "Web-based authoring tool for explorables",
"scripts": {
"lerna": "lerna",
Expand Down

0 comments on commit 8b2e28b

Please sign in to comment.