File tree Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Expand file tree Collapse file tree 6 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " ohmyoled"
3
- version = " 2.2.3 "
3
+ version = " 2.2.4 "
4
4
edition = " 2021"
5
5
6
6
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ARG NODE_VERSION="none"
7
7
RUN if [ "${NODE_VERSION}" != "none" ]; then su vscode -c "umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1" ; fi
8
8
RUN apt update && apt install fonts-noto-mono -y && apt install vim python3-dev -y
9
9
10
- ARG OHMYOLED_VERSION=2.2.3
10
+ ARG OHMYOLED_VERSION=2.2.4
11
11
ARG RBGMATRIX_GIT_URL=https://github.com/hzeller/rpi-rgb-led-matrix.git
12
12
RUN /usr/local/bin/python3 -m pip install --upgrade pip
13
13
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ ARG NODE_VERSION="none"
7
7
RUN if [ "${NODE_VERSION}" != "none" ]; then su vscode -c "umask 0002 && . /usr/local/share/nvm/nvm.sh && nvm install ${NODE_VERSION} 2>&1" ; fi
8
8
RUN apt update && apt install fonts-noto-mono -y && apt install vim python3-dev -y
9
9
10
- ARG OHMYOLED_VERSION=2.2.3
10
+ ARG OHMYOLED_VERSION=2.2.4
11
11
ARG RBGMATRIX_GIT_URL=https://github.com/hzeller/rpi-rgb-led-matrix.git
12
12
RUN /usr/local/bin/python3 -m pip install --upgrade pip
13
13
Original file line number Diff line number Diff line change @@ -100,7 +100,7 @@ fn init_logger() {
100
100
async fn main ( ) -> PyResult < ( ) > {
101
101
init_logger ( ) ;
102
102
let mut configuration = json:: JsonValue :: Null ;
103
- let app = App :: new ( "ohmyoled" ) . version ( "2.2.3 " ) ;
103
+ let app = App :: new ( "ohmyoled" ) . version ( "2.2.4 " ) ;
104
104
let args_vec = vec ! [
105
105
Arg :: new( "create_json" )
106
106
. short( 'c' )
Original file line number Diff line number Diff line change 4
4
ld = file .read ()
5
5
setup (
6
6
name = "ohmyoled" ,
7
- version = "2.2.3 " ,
7
+ version = "2.2.4 " ,
8
8
python_requires = '>=3.8.9' ,
9
9
py_modules = ["ohmyoled" ], # Tells the name
10
10
packages = find_packages (),
You can’t perform that action at this time.
0 commit comments