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

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
dualface committed Dec 29, 2016
1 parent 6fd81b3 commit 79d27d0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Cocos Creator 的 Lua 支持

**当前版本 1.1.4,支持 Cocos Creator 1.3.x**
**当前版本 1.1.6,支持 Cocos Creator 1.4.x**

## 目标

Expand Down
2 changes: 1 addition & 1 deletion creator-project/packages/creator-lua-support/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "creator-lua-support",
"version": "1.1.5",
"version": "1.1.6",
"description": "Creator Legact Support for cocos2d-x Lua",
"author": "Cocos Creator",
"main": "main.js",
Expand Down
6 changes: 3 additions & 3 deletions installer/win/Creator-Lua.iss
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

[Setup]
AppName=Creator Lua Support
AppVersion=1.1.5
AppVersion=1.1.6
AppCopyright=Copyright (C) 2015 Chukong Aipu
AppPublisher=Chukong Aipu
AppPublisherURL=http://www.cocos.com/
Expand All @@ -12,13 +12,13 @@ Compression=lzma2
SolidCompression=yes
SourceDir=..\..\creator-project\packages
OutputDir=..\..\installer\win
OutputBaseFilename=Creator-Lua-Support-1.1.5-win
OutputBaseFilename=Creator-Lua-Support-1.1.6-win
SetupIconFile=..\..\installer\assets\Icon.ico

[Files]
Source: "creator-lua-support\*"; DestDir: "{app}"; Flags: recursesubdirs
Source: "..\..\installer\assets\Icon.ico"; DestDir: "{app}"

[Messages]
SetupWindowTitle=Setup - %1 1.1.5
SetupWindowTitle=Setup - %1 1.1.6

0 comments on commit 79d27d0

Please sign in to comment.