Skip to content

Commit

Permalink
chore: release 1.0.1 (#12)
Browse files Browse the repository at this point in the history
发布 1.0.1

```release-note
None
```
  • Loading branch information
LIlGG authored Apr 6, 2023
1 parent dfb2116 commit 3a6b2e2
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 8 deletions.
1 change: 0 additions & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ plugins {
}

group 'run.halo.moments'
version '1.0.0-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
@@ -1,6 +1,6 @@
{
"name": "@halo-dev/plugin-moments",
"version": "1.0.0",
"version": "1.0.1",
"private": true,
"scripts": {
"dev": "vite build --mode development --watch",
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1 +1 @@
version=1.0.0-SNAPSHOT
version=1.0.1-SNAPSHOT
6 changes: 3 additions & 3 deletions src/main/resources/console/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/main/resources/console/style.css

Large diffs are not rendered by default.

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: PluginMoments
spec:
enabled: true
version: 1.0.0
version: 1.0.1
requires: ">=2.4.0"
author:
name: Halo OSS Team
Expand Down

0 comments on commit 3a6b2e2

Please sign in to comment.