Skip to content

Commit

Permalink
v 4.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
John4650-hub committed Jan 20, 2023
1 parent f4e855b commit 19679a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.TK }}
with:
tag_name: ${{ github.run_number }}
release_name: ${{ github.event.repository.name }} v4.0.0
release_name: ${{ github.event.repository.name }} v4.0.3

- name: upload Release Apk
id: upload_release_assets
Expand Down
2 changes: 1 addition & 1 deletion config.xml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version='1.0' encoding='utf-8'?>
<widget id="com.ace.code" version="4.0.0" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<widget id="com.ace.code" version="4.0.3" xmlns="http://www.w3.org/ns/widgets" xmlns:cdv="http://cordova.apache.org/ns/1.0">
<name>Ace Code</name>
<description>Android code editor</description>
<author email="[email protected]" href="https://github.com/John4650-hub/">
Expand Down
2 changes: 1 addition & 1 deletion www/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ <h5 class="offcanvas-title text-white" id="fileSystemCanvasLabel">FILE SYSTEM</h
</div>
</div>
</div>
<!-- <script src="./cordova.js"></script> -->
<script src="./cordova.js"></script>
<script src="./libs/jquery.min.js"></script>
<script src="./src-noconflict/ext-language_tools.js"></script>

Expand Down

0 comments on commit 19679a9

Please sign in to comment.