Skip to content

Commit cabf6df

Browse files
committed
- Release Version 1.1.1
- Updated Documentation for 1.1.1
1 parent 05e21b6 commit cabf6df

5 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
>### [GitHub Pages](https://varuns2002.github.io/Ionic-Tic-Tac-Toe/)
88
99
## [Downloads](https://github.com/VarunS2002/Ionic-Tic-Tac-Toe/releases)
10-
>[![APK: v1.1.0](https://img.shields.io/badge/APK-v1.1.0-brightgreen)](https://github.com/VarunS2002/Ionic-Tic-Tac-Toe/releases/download/1.1.0/Tic-Tac-Toe-1.1.0.apk)
10+
>[![APK: v1.1.1](https://img.shields.io/badge/APK-v1.1.1-brightgreen)](https://github.com/VarunS2002/Ionic-Tic-Tac-Toe/releases/download/1.1.1/Tic-Tac-Toe-1.1.1.apk)
1111
![Build: passing](https://img.shields.io/badge/build-passing-brightgreen)
1212
>[![License: GPL v3](https://img.shields.io/badge/License-GPLv3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
1313

tic-tac-toe/config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<?xml version='1.0' encoding='utf-8'?>
22
<!--suppress XmlUnusedNamespaceDeclaration -->
3-
<widget id="com.varuns2002.ttt" version="1.1.0" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
3+
<widget id="com.varuns2002.ttt" version="1.1.1" xmlns="http://www.w3.org/ns/widgets" xmlns:android="http://schemas.android.com/apk/res/android" xmlns:cdv="http://cordova.apache.org/ns/1.0">
44
<name>Tic-Tac-Toe</name>
55
<description>A simple Tic-Tac-Toe game.</description>
66
<author email="shanbhag.varun@gmail.com" href="https://github.com/VarunS2002/">VarunS2002</author>

tic-tac-toe/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tic-tac-toe/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "tic-tac-toe",
3-
"version": "1.1.0",
3+
"version": "1.1.1",
44
"author": "VarunS2002",
55
"homepage": "https://github.com/VarunS2002/",
66
"scripts": {

tic-tac-toe/src/app/about/about.page.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<ion-content [fullscreen]="true">
1313
<div id="icon">
1414
<p class="title">Tic-Tac-Toe</p>
15-
<p class="version">1.1.0</p>
15+
<p class="version">1.1.1</p>
1616
<a href="https://github.com/VarunS2002/" target="_blank" class="link">
1717
<p class="profile">VarunS2002</p>
1818
</a>

0 commit comments

Comments
 (0)