1 parent cf55ad4 commit ba0ddccCopy full SHA for ba0ddcc
2 files changed
android/app/build.gradle
@@ -54,8 +54,8 @@ android {
54
applicationId "com.unifyweaver.scirepl"
55
minSdkVersion rootProject.ext.minSdkVersion
56
targetSdkVersion rootProject.ext.targetSdkVersion
57
- versionCode 8
58
- versionName "0.11.0"
+ versionCode 9
+ versionName "1.0.0"
59
testInstrumentationRunner "androidx.test.runner.AndroidJUnitRunner"
60
aaptOptions {
61
// Files and dirs to omit from the packaged assets dir, modified to accommodate modern web apps.
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "sci-repl",
3
- "version": "0.11.0",
+ "version": "1.0.0",
4
"description": "Mobile Scientific REPL — Python + Pyodide + Plotly.js",
5
"main": "index.js",
6
"scripts": {
0 commit comments