Skip to content

Commit

Permalink
M build/release.sh
Browse files Browse the repository at this point in the history
M  composer.json
  • Loading branch information
Andrei-Pozolotin committed Jan 30, 2023
1 parent fb06eb1 commit 8835b8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build/release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ this_dir=$(dirname $0)

base_dir=$(cd "$this_dir/.." && pwd)

composer_json="$base_dir/composer_json.json"
composer_json="$base_dir/composer.json"

version="0.0.0"

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"homepage" : "https://github.com/random-cuber/contextmenu_folder",
"license" : "Apache-2.0",
"type" : "roundcube-plugin",
"version" : "2.0.0",
"version" : "2.0.1",
"authors" : [{
"name" : "Andrei Pozolotin",
"email" : "andrei.pozolotin@gmail.com",
Expand Down

0 comments on commit 8835b8c

Please sign in to comment.