Skip to content

Commit

Permalink
bump version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
eliknebel committed Nov 3, 2024
1 parent e691857 commit 845f053
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion gleam.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name = "sprocket"
version = "0.2.5"
version = "0.3.0"
description = "A library for building live views and real-time server components in Gleam"

# Fill out these fields if you intend to generate HTML documentation or publish
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "sprocket-js",
"version": "0.1.12",
"version": "0.1.13",
"license": "MIT",
"source": "client/src/sprocket.ts",
"main": "client/dist/sprocket.js",
Expand Down Expand Up @@ -30,4 +30,4 @@
"snabbdom": "^3.5.1",
"topbar": "^2.0.1"
}
}
}

0 comments on commit 845f053

Please sign in to comment.