Skip to content

Bug fixes. #56

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 15, 2023
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Bump package version.
  • Loading branch information
ChebanovDD committed Aug 15, 2023
commit 3b8644ef8844bddacfbf5bc029aafdddda5d2ec5
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "com.chebanovdd.unitymvvmtoolkit",
"displayName": "Unity MVVM Toolkit",
"author": { "name": "ChebanovDD", "url": "https://github.com/ChebanovDD" },
"version": "1.1.7",
"version": "1.1.8",
"unity": "2018.4",
"description": "The Unity Mvvm Toolkit allows you to use data binding to establish a connection between the app UI and the data it displays. This is a simple and consistent way to achieve clean separation of business logic from UI.",
"keywords": [ "mvvm", "binding", "ui", "toolkit" ],
Expand Down