Skip to content

Commit

Permalink
1.3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dav-sea committed Nov 16, 2024
1 parent 9ab99f8 commit f66e8cc
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions Assets/EasyTab/Docs~/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,10 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.3.1] - 2024-11-16
### 👨‍🔧 Fixed
- Exception when keyboard is not connected (#7, #8)

## [1.3.0] - 2024-10-26
### 🚨 Breaking changes in API
- Removed conditions from **EasyTabDriver**. Now you can use API based on decoration of `IEasyTabDriver`.
Expand Down
2 changes: 1 addition & 1 deletion Assets/EasyTab/Source/Extra/AssemblyAttributes.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@
[assembly: InternalsVisibleTo("EasyTab.Tests.Runtime")]

[assembly: AssemblyTitle( "EasyTab" )]
[assembly: AssemblyVersion( "1.3.0" )]
[assembly: AssemblyVersion( "1.3.1" )]
2 changes: 1 addition & 1 deletion Assets/EasyTab/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.dav-sea.easy-tab",
"version": "1.3.0",
"version": "1.3.1",
"displayName": "Easy Tab",
"description": "A simple package that allows you to easily implement Tab-key navigation functionality between Selectables. This package is very easy to install and also easy to customize if needed",
"unity": "2017.4",
Expand Down

0 comments on commit f66e8cc

Please sign in to comment.