File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -4,7 +4,7 @@ All notable changes to this project will be documented in this file.
44The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
55and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
66
7- ## [ 14.0.1 ] - 2024-04-29
7+ ## [ 14.0.2 ] - 2024-04-29
88
99### New
1010
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ source_dir=$(build_dir)/source
77sign_dir =$(build_dir ) /sign
88package_name =$(app_name )
99cert_dir =$(HOME ) /.nextcloud/certificates
10- version+ =14.0.1
10+ version+ =14.0.2
1111
1212all : dev-setup build-js-production composer-no-dev
1313
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ Requirements:
2222 - mbstring: *
2323 - when using MySQL, use at least v8.0
2424]]> </description >
25- <version >14.0.0 </version >
25+ <version >14.0.2 </version >
2626 <licence >agpl</licence >
2727 <
author mail =
" [email protected] " >Marcel Klehr</
author >
2828 <
author mail =
" [email protected] " homepage =
" https://www.arthur-schiwon.de" >Arthur Schiwon</
author >
@@ -41,7 +41,7 @@ Requirements:
4141 <database >pgsql</database >
4242 <lib >intl</lib >
4343 <lib >mbstring</lib >
44- <nextcloud min-version =" 28" max-version =" 28 " />
44+ <nextcloud min-version =" 28" max-version =" 29 " />
4545 </dependencies >
4646 <background-jobs >
4747 <job >OCA\Bookmarks\BackgroundJobs\CrawlJob</job >
Original file line number Diff line number Diff line change 11{
22 "name" : " bookmarks" ,
3- "version" : " 14.0.1 " ,
3+ "version" : " 14.0.2 " ,
44 "main" : " js/index.js" ,
55 "scripts" : {
66 "build" : " webpack --node-env production --progress --config webpack.js" ,
You can’t perform that action at this time.
0 commit comments