Skip to content

Commit 7c2bda0

Browse files
committed
chore: 更新版本号
1 parent 115ba08 commit 7c2bda0

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

doc/.vuepress/config.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const zhConfig = {
2020
selectLanguageAriaLabel: '选择语言',
2121
lastUpdated: '最后更新时间',
2222
nav: [
23-
{ text: '版本 v1.1.27', link: '/' },
23+
{ text: '版本 v1.1.28', link: '/' },
2424
{ text: '配置项', link: '/config/option.md' },
2525
{ text: '更多示例', link: isGitHubPages ? 'https://wll8.github.io/mockm/case/index.html' : 'https://www.hongqiye.com/doc/mockm/case/' },
2626
{ text: 'mockjs', link: 'https://wll8.github.io/mockjs-examples/' },
@@ -121,7 +121,7 @@ const enConfig = {
121121
selectLanguageAriaLabel: 'Select language',
122122
lastUpdated: 'Last Updated',
123123
nav: [
124-
{ text: 'Version v1.1.27', link: '/en/' },
124+
{ text: 'Version v1.1.28', link: '/en/' },
125125
{ text: 'Configuration', link: '/en/config/option.md' },
126126
{ text: 'More Examples', link: isGitHubPages ? 'https://wll8.github.io/mockm/case/index.html' : 'https://www.hongqiye.com/doc/mockm/case/' },
127127
{ text: 'MockJS', link: 'https://wll8.github.io/mockjs-examples/' },

doc/en/use/experience.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pnpm add mockm -D
3131
```json
3232
{
3333
"devDependencies": {
34-
"mockm": "^1.1.27"
34+
"mockm": "^1.1.28"
3535
}
3636
}
3737
```

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"version": "1.1.27",
2+
"version": "1.1.28",
33
"scripts": {
44
"release": "release-it prerelease -V --ci",
55
"doc:dev": "cd doc && npm start",

server/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "mockm",
3-
"version": "1.1.27",
3+
"version": "1.1.28",
44
"description": "Analog interface server, painless parallel development of front and back ends.",
55
"main": "server.js",
66
"bin": {

0 commit comments

Comments
 (0)