Skip to content

Commit

Permalink
v0.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
obfusk committed Sep 8, 2020
1 parent c517c09 commit 313e2af
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Date : 2020-09-08

Copyright : Copyright (C) 2020 Felix C. Stegerman
Version : v0.2.1
Version : v0.2.2
License : AGPLv3+

<!-- }}}1 -->
Expand Down
6 changes: 3 additions & 3 deletions buildozer.spec
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ p4a.bootstrap = webview
p4a.port = 24235

# === DON'T FORGET TO UPDATE THIS ===
version = 0.2.1
android.numeric_version = 1000201002
version = 0.2.2
android.numeric_version = 1000202002
# always "1" -------------^|||||||||
# 0.2.1 ----> 00 02 01 ----^^^^^^|||
# 0.2.2 ----> 00 02 02 ----^^^^^^|||
# #commits since last tag -------^^|
# 1 = armeabi-v7a, 2 = arm64-v8a --^
# ===================================
Expand Down
6 changes: 3 additions & 3 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@
<script src="js/bootstrap.min.js"></script>
<script src="js/underscore-min.js"></script>
<script src="js/alert.js"></script>
<script src="coffee/bigbang.js?t=1599520659.7499354"></script>
<script src="coffee/sokobang.js?t=1599520659.7499354"></script>
<script src="coffee/start.js?t=1599520659.7499354"></script>
<script src="coffee/bigbang.js?t=1599597180.1780813"></script>
<script src="coffee/sokobang.js?t=1599597180.1780813"></script>
<script src="coffee/start.js?t=1599597180.1780813"></script>
</head>
<body class="text-center">
<div id="images" class="d-none">
Expand Down

0 comments on commit 313e2af

Please sign in to comment.