Skip to content

Commit

Permalink
Merge pull request #35 from shimotmk/develop
Browse files Browse the repository at this point in the history
0.1.13
  • Loading branch information
shimotmk authored Mar 19, 2022
2 parents 7aee77e + a32009f commit 3e6e9a0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: echo-npm-version
id: echo-version
run: |
echo v${{ steps.package-version.outputs.current-version}}
echo ${{ steps.package-version.outputs.current-version}}
- name: Create a release pull request
uses: bakunyo/git-pr-release-action@master
Expand All @@ -30,5 +30,5 @@ jobs:
GIT_PR_RELEASE_BRANCH_PRODUCTION: main
GIT_PR_RELEASE_BRANCH_STAGING: develop
GIT_PR_RELEASE_LABELS: main
NPM_VERSION: v${{ steps.package-version.outputs.current-version}}
NPM_VERSION: ${{ steps.package-version.outputs.current-version}}
GIT_PR_RELEASE_TEMPLATE: .git-pr-release-template
2 changes: 1 addition & 1 deletion flipbox-block.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Description: Flip Box Block is a block plugin for the WordPress block editor that allows you to freely place blocks in front and behind.
* Requires at least: 5.9
* Requires PHP: 7.0
* Version: 0.1.12
* Version: 0.1.13
* Stable tag: 0.1.6
* Author: Tomoki Shimomura
* Author URI: https://flip-box-block.shimomuratomoki.com/
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "flipbox-block",
"version": "0.1.12",
"version": "0.1.13",
"author": "Tomoki Shimomura",
"license": "GPL-2.0-or-later",
"main": "build/index.js",
Expand Down
2 changes: 1 addition & 1 deletion readme.txt
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ https://github.com/shimotmk/flipbox-block

== Changelog ==

= 0.1.7 - 0.1.12 =
= 0.1.7 - 0.1.13 =
* Release action
* Deploy action

Expand Down

0 comments on commit 3e6e9a0

Please sign in to comment.