Skip to content
This repository has been archived by the owner on Nov 28, 2022. It is now read-only.

Commit

Permalink
Merge pull request #37 from ii887522/develop
Browse files Browse the repository at this point in the history
Release 1.4.3
  • Loading branch information
ii887522 authored Jun 26, 2021
2 parents d51ae11 + 0e101a0 commit af824ae
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -177,5 +177,5 @@ jobs:
key: ${{ runner.os }}-cpp-${{ secrets.CACHE_VERSION }}-${{ hashFiles(format('{0}\res\**\*', env.project-name), format('{0}\src\**\*', env.project-name), format('{0}\{0}.vcxproj', env.project-name)) }}
- name: Install dependencies
run: npm ci
- run: node deploy.js 1.4.2 ${{ secrets.DEPLOY_TOKEN }}
- run: node deploy.js 1.4.3 ${{ secrets.DEPLOY_TOKEN }}
needs: [test, build]
2 changes: 1 addition & 1 deletion nitro/src/main/Any/Enums.h
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
namespace ii887522::nitro {

enum class Action : unsigned int {
NONE, QUIT, CONSUME_EVENT, RETURN_FROM_CALLER, START_ANIMATION, STOP_ANIMATION
NONE, QUIT, WINDOW_MINIMIZED, WINDOW_RESTORED, CONSUME_EVENT, RETURN_FROM_CALLER, START_ANIMATION, STOP_ANIMATION
};

} // namespace ii887522::nitro
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": "nitro",
"version": "1.4.2",
"version": "1.4.3",
"description": "It is a general purpose C++ library that can help developers create various kinds of applications in no time.",
"scripts": {
"install": "node build.js"
Expand Down

0 comments on commit af824ae

Please sign in to comment.