diff --git a/README.md b/README.md index 22718c4..c8b92e8 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ This project is licensed under the MIT License. MIT License - Copyright (c) 2024 John Doe + Copyright (c) 2024 Jimmy Alejandro Plazas López Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal diff --git a/app/build.gradle.kts b/app/build.gradle.kts index 4c20e6a..490b152 100644 --- a/app/build.gradle.kts +++ b/app/build.gradle.kts @@ -15,7 +15,7 @@ android { minSdk = 29 targetSdk = 34 versionCode = 1 - versionName = "1.0" + versionName = "1.0.0" testInstrumentationRunner = "androidx.test.runner.AndroidJUnitRunner" vectorDrawables {