Skip to content

Commit

Permalink
Bump version to 0.12.5
Browse files Browse the repository at this point in the history
  • Loading branch information
salmenf committed Oct 28, 2024
1 parent 2d5923c commit 19acc6e
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.12.4",
"version": "0.12.5",
"description": "Windows/Mac/Linux version of WebWriter",
"private": true,
"author": "Frederic Salmen <[email protected]>",
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.12.4"
version = "0.12.5"
description = "Windows/Mac/Linux version of WebWriter"
authors = ["Frederic Salmen <[email protected]>"]
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.12.4",
"version": "0.12.5",
"description": "Core functionality of WebWriter",
"browser": "index.html",
"type": "module",
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.12.4",
"version": "0.12.5",
"description": "Web-based authoring tool for explorables",
"scripts": {
"lerna": "lerna",
Expand Down

0 comments on commit 19acc6e

Please sign in to comment.