Skip to content

Commit

Permalink
chore(dev): release 1.9.6 (#97)
Browse files Browse the repository at this point in the history
Co-authored-by: GitHub Actions <[email protected]>
  • Loading branch information
pressbooks-ops and actions-user authored May 21, 2024
1 parent 824e740 commit 6ee18c5
Show file tree
Hide file tree
Showing 6 changed files with 13 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .release-please-manifest.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
".": "1.9.5"
".": "1.9.6"
}
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Changelog

## [1.9.6](https://github.com/pressbooks/fake-plugin/compare/1.9.5...1.9.6) (2024-05-21)


### Bug Fixes

* trigger bedrock update ([#96](https://github.com/pressbooks/fake-plugin/issues/96)) ([824e740](https://github.com/pressbooks/fake-plugin/commit/824e740d51c49316dca9b8d342e0b4f56221e50d))

## [1.9.5](https://github.com/pressbooks/fake-plugin/compare/1.9.4...1.9.5) (2024-05-21)


Expand Down
2 changes: 1 addition & 1 deletion fake-plugin.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
* Plugin URI: https://pressbooks.org
* Description: Plugin for testing purposes.
* x-release-please-start-version
* Version: 1.9.5
* Version: 1.9.6
* x-release-please-end
* Requires at least: 6.5.2
* Requires PHP: 8.1
Expand Down
4 changes: 2 additions & 2 deletions languages/fake-plugin.pot
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,14 @@
# This file is distributed under the GPL v3 or later.
msgid ""
msgstr ""
"Project-Id-Version: Pressbooks Fake Plugin 1.9.0\n"
"Project-Id-Version: Pressbooks Fake Plugin 1.9.6\n"
"Report-Msgid-Bugs-To: https://github.com/pressbooks/fake-plugin/issues\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"
"POT-Creation-Date: 2024-05-16T19:40:38+00:00\n"
"POT-Creation-Date: 2024-05-21T21:05:58+00:00\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"X-Generator: WP-CLI 2.10.0\n"
"X-Domain: pressbooks-fake-plugin\n"
Expand Down
2 changes: 1 addition & 1 deletion src/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public function salutation()
public function getVersion()
{
// x-release-please-start-version
return '1.9.5';
return '1.9.6';
// x-release-please-end
}
}
2 changes: 1 addition & 1 deletion src/compatibility.php
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?php

// x-release-please-start-version
const pluginVersion = '1.9.5';
const pluginVersion = '1.9.6';
// x-release-please-end

0 comments on commit 6ee18c5

Please sign in to comment.