Skip to content

Commit

Permalink
bump version to 2.1.50
Browse files Browse the repository at this point in the history
  • Loading branch information
enriquepablo committed Mar 5, 2025
1 parent beb7015 commit a0e37db
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.49
VERSION:=2.1.50
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.49'
release = u'2.1.50'
js_source_path = '../src'

# -- General configuration ---------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions docs/releasenotes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -297,8 +297,8 @@ Version 2.1.48

* Fix demo

Version 2.1.49
Version 2.1.50
--------------

* Swedish translation

* Fix demo
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.49",
"version": "2.1.50",
"description": "The Identity Selector",
"main": "index.js",
"private": false,
Expand Down

0 comments on commit a0e37db

Please sign in to comment.