Skip to content

Commit

Permalink
chore: release 1.0.0-alpha.1
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Oct 26, 2022
1 parent 1e55d96 commit 814f5ad
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ plugins {
}

group 'run.halo.umami'
version '0.0.1-SNAPSHOT'
sourceCompatibility = JavaVersion.VERSION_17

repositories {
Expand Down
2 changes: 1 addition & 1 deletion console/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
},
"dependencies": {
"@halo-dev/components": "^0.0.0-alpha.5",
"@halo-dev/console-shared": "^0.0.0-alpha.6",
"@halo-dev/console-shared": "^2.0.0-alpha.3",
"axios": "^1.1.3",
"vue": "^3.2.41"
},
Expand Down
8 changes: 4 additions & 4 deletions console/pnpm-lock.yaml

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

1 change: 1 addition & 0 deletions gradle.properties
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
version=1.0.0-SNAPSHOT
Binary file modified lib/halo-2.0.0-SNAPSHOT-plain.jar
Binary file not shown.
2 changes: 1 addition & 1 deletion src/main/resources/plugin.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ metadata:
name: PluginUmami
spec:
enabled: true
version: 0.0.1-SNAPSHOT
version: 1.0.0-alpha.1
requires: "*"
author: halo-dev
logo: data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDQyOCAzODkuMTEiPjxnIGRhdGEtbmFtZT0iTGF5ZXIgMiI+PGcgZGF0YS1uYW1lPSJMYXllciA0Ij48Y2lyY2xlIGN4PSIyMTQuMTUiIGN5PSIxODEiIHI9IjE3MSIgZmlsbD0iI2ZmZiIgc3Ryb2tlPSIjMDAwIiBzdHJva2UtbWl0ZXJsaW1pdD0iMTAiIHN0cm9rZS13aWR0aD0iMjAiPjwvY2lyY2xlPjxwYXRoIGQ9Ik00MTMgMTM0LjExSDE1LjI5YTE1IDE1IDAgMDAtMTUgMTV2MTUuM0MuMTIgMTY4IDAgMTcxLjUyIDAgMTc1LjExYzAgMTE4LjE5IDk1LjgxIDIxNCAyMTQgMjE0IDExNi40IDAgMjExLjEtOTIuOTQgMjEzLjkzLTIwOC42NyAwLS40NC4wNy0uODguMDctMS4zM3YtMzBhMTUgMTUgMCAwMC0xNS0xNXoiPjwvcGF0aD48L2c+PC9nPjwvc3ZnPgo=
Expand Down

0 comments on commit 814f5ad

Please sign in to comment.