Skip to content

Commit

Permalink
set lc version
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcoder04 committed Sep 24, 2022
1 parent e4b7e37 commit 86f7a5a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ sed -Ei "s/apkgVersion\\s?=\\s?\".*\"/apkgVersion=\"$version\"/" "./command.cs"
dotnet build --nologo --verbosity quiet || exit 1

# copy docs
cp -vr "./docs/"*.md "./share/docs/apkg/"
cp -vr "./docs/"*.md "./share/docs/apkg/" || exit 1

2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packageName": "apkg",
"packageVersion": "2.0.0",
"depends": [],
"compatibleVersions": ["2.2.0", "2.1.0"],
"compatibleVersions": ["2.2.0"],
"build": {
"create": ["share/apkg/bin", "share/apkg/extensions", "share/docs/apkg"],
"downloads": [
Expand Down

0 comments on commit 86f7a5a

Please sign in to comment.