Skip to content

Commit

Permalink
v4.91
Browse files Browse the repository at this point in the history
  • Loading branch information
xet7 committed Jan 29, 2021
1 parent 6eeef96 commit 62ba8ed
Show file tree
Hide file tree
Showing 7 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,4 +1,4 @@
# Upcoming Wekan release
# v4.91 2021-01-29 Wekan release

This release fixes the following bugs:

Expand Down
2 changes: 1 addition & 1 deletion Stackerfile.yml
@@ -1,5 +1,5 @@
appId: wekan-public/apps/77b94f60-dec9-0136-304e-16ff53095928
appVersion: "v4.90.0"
appVersion: "v4.91.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
@@ -1,6 +1,6 @@
{
"name": "wekan",
"version": "v4.90.0",
"version": "v4.91.0",
"description": "Open-Source kanban",
"private": true,
"scripts": {
Expand Down
4 changes: 2 additions & 2 deletions public/api/wekan.html
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.90">Wekan REST API v4.90</a>
<a href="#wekan-rest-api" class="toc-h1 toc-link" data-title="Wekan REST API v4.91">Wekan REST API v4.91</a>

</li>

Expand Down Expand Up @@ -2037,7 +2037,7 @@
<div class="page-wrapper">
<div class="dark-box"></div>
<div class="content">
<h1 id="wekan-rest-api">Wekan REST API v4.90</h1>
<h1 id="wekan-rest-api">Wekan REST API v4.91</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
@@ -1,7 +1,7 @@
swagger: '2.0'
info:
title: Wekan REST API
version: v4.90
version: v4.91
description: |
The REST API allows you to control and extend Wekan with ease.
Expand Down
4 changes: 2 additions & 2 deletions sandstorm-pkgdef.capnp
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 = 490,
appVersion = 491,
# Increment this for every release.

appMarketingVersion = (defaultText = "4.90.0~2021-01-28"),
appMarketingVersion = (defaultText = "4.91.0~2021-01-29"),
# Human-readable presentation of the app version.

minUpgradableAppVersion = 0,
Expand Down

0 comments on commit 62ba8ed

Please sign in to comment.