Skip to content

Commit 2f9a533

Browse files
committed
chore: release v0.1.2
1 parent b441d80 commit 2f9a533

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

apps/web/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notater-pwa",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"private": true,
55
"scripts": {
66
"dev": "next dev --port 6951",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notater-monorepo",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "An offline-first, collaborative music production workstation (DAW) running entirely in the browser. Features real-time P2P sync, AI drum generation, and a Tone.js audio engine.",
55
"keywords": [
66
"music-production",

packages/cli/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "notater-cli",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "CLI for Notater Ecosystem",
55
"bin": {
66
"notater": "bin/notater.js"

packages/core/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@notater/core",
3-
"version": "0.1.1",
3+
"version": "0.1.2",
44
"description": "Core music logic for Notater ecosystem",
55
"main": "dist/index.js",
66
"module": "dist/index.mjs",

0 commit comments

Comments
 (0)