Skip to content

Commit 55d347e

Browse files
committed
bump version to 0.2.0
1 parent 2dce939 commit 55d347e

File tree

3 files changed

+3
-2
lines changed

3 files changed

+3
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
A [Flarum](http://flarum.org) extension to sync user profile(attributes) when authenticated by an external identity provider. This extension provides support for syncing:
44

5+
- Nickname
56
- Avatar
67
- Groups
78
- Bio

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "liplum/flarum-sync-profile-core",
33
"description": "The core module of user profile synchronization when authenticated by an external identity provider.",
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"keywords": [
66
"flarum",
77
"flarum-extension",

js/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "@liplum/flarum-sync-profile-core",
33
"private": true,
4-
"version": "0.1.1",
4+
"version": "0.2.0",
55
"devDependencies": {
66
"flarum-tsconfig": "^1.0",
77
"flarum-webpack-config": "^2.0",

0 commit comments

Comments
 (0)