Skip to content

Commit

Permalink
2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Pylogmon committed Feb 13, 2024
1 parent 221b964 commit 8744997
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion vitepress/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: page
import { ref,computed } from 'vue'
import axios from 'axios'

const version = '2.7.4'
const version = '2.7.5'

const download = (arch,ext)=>{
if(ext === 'exe'){
Expand Down
2 changes: 1 addition & 1 deletion vitepress/en/download.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ layout: page
import { ref,computed } from 'vue'
import axios from 'axios'

const version = '2.7.4'
const version = '2.7.5'

const download = (arch,ext)=>{
if(ext === 'exe'){
Expand Down

0 comments on commit 8744997

Please sign in to comment.