Skip to content

Commit

Permalink
Upgrade the version to 2.1.0 (#37)
Browse files Browse the repository at this point in the history
  • Loading branch information
supl authored Feb 14, 2023
1 parent f345492 commit 4d4ba02
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion java/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ targetCompatibility = 1.8

group = "com.scalar-labs"
archivesBaseName = "scalar-admin"
version = "2.0.1"
version = "2.1.0"

// for archiving and uploading to maven central
if (!project.gradle.startParameter.taskNames.isEmpty() &&
Expand Down
4 changes: 2 additions & 2 deletions node/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion node/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@scalar-labs/scalar-admin",
"version": "2.0.1",
"version": "2.1.0",
"description": "The Scalar Admin library for Node.js",
"main": "dist/index.js",
"types": "dist/index.d.ts",
Expand Down

0 comments on commit 4d4ba02

Please sign in to comment.