Skip to content

Commit

Permalink
prepare release for the compatibility update (#25)
Browse files Browse the repository at this point in the history
  • Loading branch information
malvarezphrase authored Oct 22, 2024
1 parent aa69603 commit d8bb5b4
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,7 @@
## 1.0.0 - 2024-09-24

Initial release

## 1.0.1 - 2024-10-22

Add compatibility for Unity 2019
2 changes: 1 addition & 1 deletion Editor/PhraseClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ protected override async Task<HttpResponseMessage> SendAsync(

public class PhraseClient
{
private readonly string Version = "1.0.0";
private readonly string Version = "1.0.1";

private readonly PhraseProvider Provider;

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": "com.phrase.plugin",
"version": "1.0.0",
"version": "1.0.1",
"displayName": "Phrase Localization Plugin",
"description": "This package provides synchronization with Phrase Strings localization service.",
"unity": "2019.1",
Expand Down

0 comments on commit d8bb5b4

Please sign in to comment.