Skip to content

Commit

Permalink
v4.46
Browse files Browse the repository at this point in the history
  • Loading branch information
xet7 committed Oct 30, 2020
1 parent 6fe39d9 commit 66a4b1c
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Upcoming Wekan release
# v4.46 2020-10-30 Wekan release

This release adds the following updates:

Expand Down
2 changes: 1 addition & 1 deletion Stackerfile.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
appVersion: "v4.45.0"
appVersion: "v4.46.0"
files:
userUploads:
- README.md
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v4.45.0",
"version": "v4.46.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions public/api/wekan.html
Original file line number Diff line number Diff line change
Expand Up @@ -1524,7 +1524,7 @@
<ul class="toc-list-h1">

<li>
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v4.45">Wekan REST API v4.45</a>
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v4.46">Wekan REST API v4.46</a>

</li>

Expand Down Expand Up @@ -2027,7 +2027,7 @@
<div class="page-wrapper">
<div class="dark-box"></div>
<div class="content">
<h1 id="wekan-rest-api">Wekan REST API v4.45</h1>
<h1 id="wekan-rest-api">Wekan REST API v4.46</h1>
<blockquote>
<p>Scroll down for code samples, example requests and responses. Select a language for code samples from the tabs above or the mobile navigation menu.</p>
</blockquote>
Expand Down
2 changes: 1 addition & 1 deletion public/api/wekan.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
title: Wekan REST API
version: v4.45
version: v4.46
description: |
The REST API allows you to control and extend Wekan with ease.
Expand Down
4 changes: 2 additions & 2 deletions sandstorm-pkgdef.capnp
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,10 @@ const pkgdef :Spk.PackageDefinition = (
appTitle = (defaultText = "Wekan"),
# The name of the app as it is displayed to the user.

appVersion = 445,
appVersion = 446,
# Increment this for every release.

appMarketingVersion = (defaultText = "4.45.0~2020-10-30"),
appMarketingVersion = (defaultText = "4.46.0~2020-10-30"),
# Human-readable presentation of the app version.

minUpgradableAppVersion = 0,
Expand Down

0 comments on commit 66a4b1c

Please sign in to comment.