Skip to content

Commit 3b48510

Browse files
committed
Versionsnummer
1 parent b626b77 commit 3b48510

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "fau/fau-studium-display",
33
"description": "RRZE WordPress Plugin",
4-
"version": "1.0.7",
4+
"version": "1.0.8",
55
"type": "wordpress-plugin",
66
"license": "GPL",
77
"require": {

fau-studium-display.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
Plugin Name: FAU Studium Display
55
Plugin URI: https://github.com/RRZE-Webteam/fau-studium-display
66
Description: Plugin for displaying the degree program information on websites.
7-
Version: 1.0.7
7+
Version: 1.0.8
88
Author: RRZE Webteam
99
License: GNU General Public License v3
1010
License URI: http://www.gnu.org/licenses/gpl-3.0.html

languages/fau-studium-display.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is distributed under the GNU General Public License v3.
33
msgid ""
44
msgstr ""
5-
"Project-Id-Version: FAU Studium Display 1.0.7\n"
5+
"Project-Id-Version: FAU Studium Display 1.0.8\n"
66
"Report-Msgid-Bugs-To: https://wordpress.org/support/plugin/fau-studium-display\n"
77
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
88
"Language-Team: LANGUAGE <LL@li.org>\n"

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.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "fau-studium-display",
3-
"version": "1.0.7",
3+
"version": "1.0.8",
44
"main": "build/index.js",
55
"scripts": {
66
"build": "wp-scripts build",

src/block/block.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://schemas.wp.org/trunk/block.json",
33
"apiVersion": 3,
44
"name": "fau-studium/display",
5-
"version": "1.0.7",
5+
"version": "1.0.8",
66
"title": "FAU-Studium Display",
77
"category": "rrze",
88
"description": "",

0 commit comments

Comments
 (0)