Skip to content

Commit

Permalink
Bump version to 3.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
alialbaali committed Aug 24, 2023
1 parent cad9ace commit ef76e7a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ plugins {
}

group = "com.alialbaali"
version = "3.0.0"
version = "3.1.0"

repositories {
google()
Expand Down
2 changes: 1 addition & 1 deletion src/jsMain/kotlin/com/alialbaali/app/model/Strings.kt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ package com.alialbaali.app.model

object Strings {

const val Version = "v3.0.0"
const val Version = "v3.1.0"
const val Hello = "Hi there,"
const val WhoAmI = "I'm Ali. I'm a Software Engineer and UI/UX Designer."
const val WhatDoIDo = "I like to build cool things that live on the internet using modern tools and technologies."
Expand Down

0 comments on commit ef76e7a

Please sign in to comment.