Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquepablo committed Dec 13, 2024
1 parent 5671667 commit a65256f
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 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.23
VERSION:=2.1.24
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.23'
release = u'2.1.24'
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 @@ -209,7 +209,7 @@ Version 2.1.22

* Fix problem with return param in cta

Version 2.1.23
Version 2.1.24
--------------

* Docs
4 changes: 2 additions & 2 deletions 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": "@theidentityselector/thiss",
"version": "2.1.23",
"version": "2.1.24",
"description": "The Identity Selector",
"main": "index.js",
"private": false,
Expand Down

0 comments on commit a65256f

Please sign in to comment.