Skip to content

Commit

Permalink
chore: bump package version → 1.0.7
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Gammon <sam@elide.ventures>
  • Loading branch information
sgammon committed Apr 15, 2024
1 parent 41b8453 commit 2b145c0
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@javamodules/attic",
"version": "1.0.6",
"version": "1.0.7",
"private": true,
"license": "Apache-2.0",
"type": "module",
Expand Down
2 changes: 1 addition & 1 deletion packages/gradle/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@javamodules/gradle",
"version": "1.0.6",
"version": "1.0.7",
"sideEffects": false,
"description": "Tools for working with Gradle Module metadata from JavaScript.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/indexer/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@javamodules/indexer",
"version": "1.0.6",
"version": "1.0.7",
"sideEffects": false,
"description": "Generates JSON indexes for Maven repositories.",
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/java/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@javamodules/java",
"version": "1.0.6",
"version": "1.0.7",
"description": "Tools for working with Java class files, Java toolchains, and for compiling Java.",
"sideEffects": false,
"keywords": [
Expand Down
2 changes: 1 addition & 1 deletion packages/maven/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@javamodules/maven",
"version": "1.0.6",
"version": "1.0.7",
"sideEffects": false,
"description": "Tools for working with Maven projects and metadata from JavaScript.",
"keywords": [
Expand Down

0 comments on commit 2b145c0

Please sign in to comment.