Skip to content

Commit

Permalink
"use qx 7.7"
Browse files Browse the repository at this point in the history
  • Loading branch information
hkollmann committed Apr 27, 2024
1 parent 409d74f commit 85b9b1d
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 7 deletions.
10 changes: 5 additions & 5 deletions Manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
"email": "Henner DOT Kollmann AT gmx DOT de"
}
],
"version": "2.0.0",
"version": "2.0.1",
"sourceViewUri": "https://github.com/qooxdoo/apiviewer/blob/%{qxGitBranch}/source/class/%{classFilePath}#L%{lineNumber}"
},
"provides": {
Expand Down Expand Up @@ -58,15 +58,15 @@
"qx.module.Placement"
],
"parts": {
"boot" : {
"boot": {
"include": [
"qx.*"
]
},
"tool" : {
},
"tool": {
"include": [
"qx.tool.*"
]
]
}
}
}
Expand Down
5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"ps-tree": "^1.2.0",
"rimraf": "^5.0.5",
"showdown": "^2.1.0"
}
}
},
"version": "2.0.1"
}

0 comments on commit 85b9b1d

Please sign in to comment.