Skip to content

Commit a06e7c4

Browse files
committed
bump
1 parent bec9bf8 commit a06e7c4

12 files changed

Lines changed: 15 additions & 15 deletions

File tree

browser-ext/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://json.schemastore.org/chrome-manifest",
33
"manifest_version": 3,
44
"name": "authentik Platform SSO Extension",
5-
"version": "0.22.0",
5+
"version": "0.23.0",
66
"description": "authentik Browser extension for seamless SSO and to launch applications.",
77
"permissions": ["storage", "activeTab", "nativeMessaging"],
88
"background": {

browser-ext/package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

browser-ext/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "authentik-browser-ext",
3-
"version": "0.22.0",
3+
"version": "0.23.0",
44
"description": "Authentik Application Launcher Chrome Extension",
55
"scripts": {
66
"build": "rollup -c",

browser-ext/src/version.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
export const VERSION = "0.22.0";
1+
export const VERSION = "0.23.0";

cmd/agent_local/package/macos/authentik Agent.app/Contents/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,9 @@
1111
<key>CFBundleIdentifier</key>
1212
<string>io.goauthentik.platform.agent</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>0.22.0</string>
14+
<string>0.23.0</string>
1515
<key>CFBundleVersion</key>
16-
<string>0.22.0</string>
16+
<string>0.23.0</string>
1717
<key>LSMinimumSystemVersion</key>
1818
<string>15.0</string>
1919
<key>LSUIElement</key>

common.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ SHELL = /bin/bash
33
PWD = $(shell pwd)
44
UID = $(shell id -u)
55
GID = $(shell id -g)
6-
VERSION = "0.22.0"
6+
VERSION = "0.23.0"
77
VERSION_HASH = $(shell git rev-parse HEAD)
88
ifeq ($(OS),Windows_NT)
99
ARCH := $(PROCESSOR_ARCHITEW6432)

ee/psso/PSSO/Info.plist

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<key>CFBundlePackageType</key>
1818
<string>$(PRODUCT_BUNDLE_PACKAGE_TYPE)</string>
1919
<key>CFBundleShortVersionString</key>
20-
<string>0.22.0</string>
20+
<string>0.23.0</string>
2121
<key>CFBundleURLTypes</key>
2222
<array>
2323
<dict>
@@ -28,7 +28,7 @@
2828
</dict>
2929
</array>
3030
<key>CFBundleVersion</key>
31-
<string>0.22.0</string>
31+
<string>0.23.0</string>
3232
<key>LSMinimumSystemVersion</key>
3333
<string>$(MACOSX_DEPLOYMENT_TARGET)</string>
3434
<key>NSExtension</key>
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
#pragma once
22

3-
#define AK_WCP_VERSION "0.22.0"
3+
#define AK_WCP_VERSION "0.23.0"

nss/Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

nss/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "authentik_nss"
3-
version = "0.22.0"
3+
version = "0.23.0"
44
edition = "2024"
55
license = "MIT"
66
description = "NSS module for authentik"

0 commit comments

Comments
 (0)