Skip to content

Commit

Permalink
release: 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
zkrising committed Jan 25, 2023
1 parent 1a8d605 commit fe113fa
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tachi-common",
"version": "2.4.0-dev",
"version": "2.4.0",
"description": "Common Types & Utilities for Tachi",
"main": "./js/index.js",
"exports": {
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": "tachi",
"version": "2.4.0-dev",
"version": "2.4.0",
"private": true,
"description": "The root of the Tachi monorepo. Contains common utils like linters.",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tachi-server",
"version": "2.4.0-dev",
"version": "2.4.0",
"description": "A score tracking server.",
"main": "./js/main.js",
"files": [
Expand Down

0 comments on commit fe113fa

Please sign in to comment.