Skip to content

Commit

Permalink
bump version to 2.1.43
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquepablo committed Mar 3, 2025
1 parent c5d797b commit 104337b
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
VERSION:=2.1.42
VERSION:=2.1.43
PWD:=$(shell pwd)
NAME:=thiss-js
REGISTRY:=docker.sunet.se
Expand Down
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
# The short X.Y version
version = u'2.1'
# The full version, including alpha/beta/rc tags
release = u'2.1.42'
release = u'2.1.43'
js_source_path = '../src'

# -- General configuration ---------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion docs/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ Version 2.1.41

* Restore missing svg's

Version 2.1.42
Version 2.1.43
--------------

* Make configurable the min string length that is sent to the MDQ by the search
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@theidentityselector/thiss",
"version": "2.1.42",
"version": "2.1.43",
"description": "The Identity Selector",
"main": "index.js",
"private": false,
Expand Down

0 comments on commit 104337b

Please sign in to comment.