Skip to content

Commit 430c88a

Browse files
committed
bump version to 0.4
1 parent 2542e66 commit 430c88a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

apps/class-solid/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "class-solid",
33
"private": true,
4-
"version": "0.3.0",
4+
"version": "0.4.0",
55
"type": "module",
66
"scripts": {
77
"dev": "vinxi dev",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"private": true,
3-
"version": "0.3.0",
3+
"version": "0.4.0",
44
"scripts": {
55
"build": "turbo build",
66
"dev": "turbo dev",

packages/class/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "@classmodel/class",
33
"description": "Chemistry Land-surface Atmosphere Soil Slab (CLASS) model",
44
"type": "module",
5-
"version": "0.3.0",
5+
"version": "0.4.0",
66
"exports": {
77
"./package.json": "./package.json",
88
"./class": {

0 commit comments

Comments
 (0)